Bynder / bynder-python-sdk

SDK in Python for integration with Bynder
MIT License
8 stars 12 forks source link

API-14: Support for FS style upload workflow #18

Closed Arpit-Sharma-USC closed 3 years ago

Arpit-Sharma-USC commented 3 years ago

-logic to support new FS api based file upload -update util::wrapped_request to support returning both json and standard responses for FS api -update util::api_endpoint_url to support both FS-v7 and v4 endpoints url

JIRA

Arpit-Sharma-USC commented 3 years ago

As we all discussed, I created a branch FS_upload_dev to merge this work into.

I won't merge this to FS_upload_dev yet so it is easy for you to look at the changes and conversations we had on this PR. Once this is approved I will create a PR to merge FS_upload_dev into master. Which will resolve our goals for the week for python-sdk