We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_url doesn't currently support PATCH method, as required for some API's like the Zoom API.
https://developers.zoom.us/docs/api/rooms/#tag/zoom-rooms/PATCH/rooms/%7Bid%7D/events
github.com/museumsvictoria/nodel/blob/71054c16514d2d4124b35bd03132953093045932/nodel-jyhost/src/main/java/org/nodel/http/impl/ApacheNodelHttpClient.java
The text was updated successfully, but these errors were encountered:
issue museumsvictoria#344: HTTP PATCH method and non-standard method …
84f7da3
…supported
#344: "PATCH" HTTP method unnecessarily excluded, support for non-sta…
fa4d368
…ndard methods
No branches or pull requests
get_url doesn't currently support PATCH method, as required for some API's like the Zoom API.
https://developers.zoom.us/docs/api/rooms/#tag/zoom-rooms/PATCH/rooms/%7Bid%7D/events
github.com/museumsvictoria/nodel/blob/71054c16514d2d4124b35bd03132953093045932/nodel-jyhost/src/main/java/org/nodel/http/impl/ApacheNodelHttpClient.java
The text was updated successfully, but these errors were encountered: