Skip to content

web API #4

Description

@mmulich

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

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions