Add support for versioned API
Compare changes
Files
5
gwdatafind_server/api/__init__.py
0 → 100644
+ 19
− 0
This MR restructures the way the views
are implemented to allow for a versioned API. This should allow us to implement a new version of the API to better support future query types whilst still supporting legacy clients.
I have plans to write up a V2 of the API that better supports multiple file formats, so this is the first step.
This should have zero impact on functionality, and so should support queries from the current client.