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
Voctoweb's private API also supports updates via GUID [1], so we could replace the current handling via following:
head
patch
post
of course there would be other ways to reduce the actual requests for the general case, e.g. :
current implementations:
voctopublish/voctopublish/api_client/voctoweb_client.py
Lines 325 to 332 in 6a5a923
Lines 337 to 355 in fc388c5
[1] https://github.com/voc/voctoweb/blob/master/app/controllers/api/events_controller.rb#L76-L83
The text was updated successfully, but these errors were encountered:
Thinking about it,
first try to patch the event, if that fails with 404 post it
is probably the best solution...
Sorry, something went wrong.
I'm not sure i got what is the purpose of this issue.
No branches or pull requests
Voctoweb's private API also supports updates via GUID [1], so we could replace the current handling via following:
head
requestpatch
post
of course there would be other ways to reduce the actual requests for the general case, e.g. :
current implementations:
voctopublish/voctopublish/api_client/voctoweb_client.py
Lines 325 to 332 in 6a5a923
voctopublish/voctopublish/api_client/voctoweb_client.py
Lines 337 to 355 in fc388c5
[1] https://github.com/voc/voctoweb/blob/master/app/controllers/api/events_controller.rb#L76-L83
The text was updated successfully, but these errors were encountered: