Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix uploads; add exception classes; other fixes #100

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

rmgrimm
Copy link
Contributor

@rmgrimm rmgrimm commented Nov 8, 2023

  • Do not send empty layout ("") for new pages
  • Use application/x-www-form-urlencoded for template create requests
  • Do not handle tag_list on files as it's not part of the API anymore
  • Add an Exception hierarchy
  • Refer to the API using its official name Developer Portal API instead of Content Management API
  • Remove distinction between ErrorHash and plain Error objects in OpenAPI doc

Resolves #99
Resolves #16

* Do not send empty layout ("") for new pages
* Use application/x-www-form-urlencoded for template create requests
* Do not handle tag_list on files as it's not part of the API anymore
* Add an Exception hierarchy
* Refer to the API using its official name Developer Portal API instead of Content Management API
* Remove distinction between ErrorHash and plain Error objects in OpenAPI doc

Resolves FwMotion#99
Resolves FwMotion#16
@rmgrimm rmgrimm added bug Something isn't working enhancement New feature or request labels Nov 8, 2023
@rmgrimm rmgrimm self-assigned this Nov 8, 2023
@rmgrimm rmgrimm merged commit 8932df1 into FwMotion:main Nov 8, 2023
1 check passed
@rmgrimm rmgrimm deleted the fixes branch November 8, 2023 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
1 participant