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
GET /repos?user_id=zzarcon
GET
{ "repos": [ { "id": 1, "name": "Focusable", "description": "Set a spotlight focus on DOM element adding a overlay layer to the rest of the page", "total_stars": 1000, "new_stars": 5, "last_time_checked": "01/08/2015 10:10:10" }, { "id": 2, "name": "CADRACSwippableCell", "description": "Swippable CollectionView cells made with Reactive Cocoa", "total_stars": 150, "new_stars": 50, "last_time_checked": "01/08/2015 10:10:10" }, ] }
POST /repos/:repo_id
POST
{ "status": "ok" }
{ "status": "fail" }
DELETE /repos/:repo_id
DELETE
The text was updated successfully, but these errors were encountered:
@joanromano Take a look at the proposal, if you like the format I can implemented now.
Regarding to the info of the repo, right now I will return just id, name, stars and description. But we can add more info later, it's a minor thing.
id
name
stars
description
Sorry, something went wrong.
Why not having the same endpoint for both watch and unwatch? Also, we might need a "watching" flag in the repos endpoint.
No branches or pull requests
List repos of a user
GET
/repos?user_id=zzarconWatch a repo
POST
/repos/:repo_idUnwatch a repo
DELETE
/repos/:repo_idThe text was updated successfully, but these errors were encountered: