Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

create a handler to return a list of repository commits #96

Open
andrewsmedina opened this issue Feb 22, 2014 · 0 comments
Open

create a handler to return a list of repository commits #96

andrewsmedina opened this issue Feb 22, 2014 · 0 comments
Labels

Comments

@andrewsmedina
Copy link
Contributor

Something like:

GET /repository/:name/commits

That returns:

[
  {
    "sha": "xpto123456",
    "title": "doing something",
    "author": {
        "name": "andrews medina",
        "email": "[email protected]"
    },
    "created_at": "2013-02-20T12:30:12-03:00"
  }
]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant