Feat: Create (GitHub
) profile
schema to store public
profile data
#85
Labels
chore
a tedious but necessary task often paying technical debt
discuss
Share your constructive thoughts on how to make progress with this issue
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T1h
Time Estimate 1 Hour
In order to enable all other features of this mini-app, we need to comprehensively capture profile data.
Todo
GitHub
"User" object into aprofile
schema in this repo.String
for all values except:"public_repos": 2, "public_gists": 1, "followers": 20, "following": 0, "id": 1
appear to beInt
and"hireable": false, "site_admin": false
look likeboolean
"created_at": "2008-01-14T04:33:35Z", "updated_at": "2008-01-14T04:33:35Z"
so that we can query this data.CRUD
.https://docs.github.com/en/rest/users/users?apiVersion=2022-11-28#get-a-user
The text was updated successfully, but these errors were encountered: