We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On login with Github from Web3Auth flow.
Figure out their username. Pass that to query API. Return data to populate database.
Here's the documentation link, to get the events you can use this endpoint
https://api.github.com/users/{username}/events]
So for example https://api.github.com/users/jmsm412/events would be my events on Github.
Example if cant get another way
"author": { "email": "[email protected]", "name": "Juan Miguel Sanchez Mola"
The text was updated successfully, but these errors were encountered:
jmsm412
No branches or pull requests
On login with Github from Web3Auth flow.
Figure out their username. Pass that to query API. Return data to populate database.
Here's the documentation link, to get the events you can use this endpoint
https://api.github.com/users/{username}/events]
So for example https://api.github.com/users/jmsm412/events would be my events on Github.
Example if cant get another way
"author": {
"email": "[email protected]",
"name": "Juan Miguel Sanchez Mola"
The text was updated successfully, but these errors were encountered: