Skip to content

Fix Python Client For Finite Volume Endpoint

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ezequiel-Valencia Ezequiel-Valencia released this 17 Feb 16:10
· 382 commits to master since this release
0770325

The python client was not uploading files to the finite volume API endpoint because it was using a 'GET' request. Now that the endpoint has been set to a 'POST' request it has been fixed.