When I’m trying to download a new hourly batch file. I want to be able to find related metadata so that I can make sure that I know the language, project, namespace and other things about what I’m trying to download and can filter out exactly what I need.
Acceptance criteria
Metadata endpoints to list and show single entity are being created and functional.
To-Do
- create /v2/hourlys/{date} endpoint that will list all of the available batches for the day
- create /v2/hourlys/{date}/{identifier} endpoint to query a single batch
Notes
All of the info and endpoint specs are in api-specs-v2 repository in a swagger file.