You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README and repository description states this is a library using your v2 API. Taking a look into the client.go it uses the v1 endpoint so this is in fact not a v2 library…
Also for example CreateOverride does send invalid data according to the specification of the v2 API documentation. Even when patching the data the response code handling is broken…
Please label this as an v1 library or port it to v2.
The text was updated successfully, but these errors were encountered:
@Luzifer as @dthagard the library now has v2 api. I had made some fixes soon after you raise the issue, as well. Let us know if you think its still not matching the v2 API. This is under active development, and not quiet ready yet (does not cover the entire API).
The README and repository description states this is a library using your v2 API. Taking a look into the
client.go
it uses the v1 endpoint so this is in fact not a v2 library…Also for example
CreateOverride
does send invalid data according to the specification of the v2 API documentation. Even when patching the data the response code handling is broken…Please label this as an v1 library or port it to v2.
The text was updated successfully, but these errors were encountered: