Skip to content
New issue

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

web API #4

Open
mmulich opened this issue Nov 30, 2011 · 0 comments
Open

web API #4

mmulich opened this issue Nov 30, 2011 · 0 comments
Assignees

Comments

@mmulich
Copy link
Owner

mmulich commented Nov 30, 2011

Create a REST API that returns JSON data:

  • /api/ -- Return repositories
  • /api/{repository}/ -- Return projects
  • /api/{repository}/{project}/ -- return a list of releases
  • /api/{repository}/{project}/{release}/ -- return metadata for the specified release

And if I feel like it at the time... do the following:

  • /api/{repository}/{project}/latest -- return metadata for the latest release
  • /api/{repository}/{project}/stable -- return metadata for the stable release
@ghost ghost assigned mmulich Nov 30, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant