Skip to content

Repository Api #2

@zzarcon

Description

@zzarcon

List repos of a user

GET /repos?user_id=zzarcon

{
   "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"
     },
   ]
}

Watch a repo

POST /repos/:repo_id

{
   "status": "ok"
}
{
   "status": "fail"
}

Unwatch a repo

DELETE /repos/:repo_id

{
   "status": "ok"
}
{
   "status": "fail"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions