You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to add options to directly push RDF files to GitHub repositories.
How it will work: After the user login we get an access token, and we can use this token to query GitHub API to add and commit a file in the repository selected by the user
I think it will mainly require to:
add some UI components in React
connect with GitHub APIs
Build a component that allow the user to easily select in which repository he wants to push his file, then find out how we can add/commit/push a file from our website to the GitHub repository
use this token to query GitHub API (e.g. request all repository of the logged user, so that we can build a components that allows him to visually choose which repo he wants to upload the file to)
find a proper way to save this access_token (in the state could work to start, but we will need to find better way to avoid needing to login regularly, maybe using a cookie? But a bit unsafe). And
The text was updated successfully, but these errors were encountered:
Contact: Vincent Emonet
We would like to add options to directly push RDF files to GitHub repositories.
How it will work: After the user login we get an access token, and we can use this token to query GitHub API to add and commit a file in the repository selected by the user
I think it will mainly require to:
Build a component that allow the user to easily select in which repository he wants to push his file, then find out how we can add/commit/push a file from our website to the GitHub repository
src
And that's it! We can now:
The text was updated successfully, but these errors were encountered: