Couldn't fetch the linked file.
Add support for versioned API
Compare changes
Files
2+ 15
− 6
@@ -147,7 +147,8 @@ tmp_upload_dir = None
@@ -182,34 +183,42 @@ proc_name = None
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.