Skip to content
Snippets Groups Projects
Tanner Prestegard's avatar
Tanner Prestegard authored
Moved events.api and superevents.api into the new api app.
We want to have a versioned API, so these are now in
api.v1.events and api.v1.superevents, respectively. Part of this
change is that we require a custom reverse function (api_reverse)
for handling versioning. Much of the required code changes for this
migration include converting reverses to use this function and
changing relative imports appropriately.
29013e77
History

GraceDB server code

Server code for the GRAvitational-wave Candidate Event Database.

You will need to fork this repository and submit a merge request in order to make changes to the code.