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
Hi,
wouldn't it be cool, to also to subscribe to asset change events by the client ? I mean, globally, if any asset changed. Currently i have to implement that in my Bynder<>PIM interface through the SNS notification way. Therefore i have to implement a http server, make the port available to the outside, tell the admin to configure the url in Bynder, inspect some xml response and confirm that i have permissions for that operation, ... just a lot of coding and administration work which all could be replaced by one line java code if this api offered it. Just my thoughts. Does this lib use websockets or http long-polling to transfer the Observables so that it can react to events ?
The text was updated successfully, but these errors were encountered:
Hi,
wouldn't it be cool, to also to subscribe to asset change events by the client ? I mean, globally, if any asset changed. Currently i have to implement that in my Bynder<>PIM interface through the SNS notification way. Therefore i have to implement a http server, make the port available to the outside, tell the admin to configure the url in Bynder, inspect some xml response and confirm that i have permissions for that operation, ... just a lot of coding and administration work which all could be replaced by one line java code if this api offered it. Just my thoughts. Does this lib use websockets or http long-polling to transfer the
Observable
s so that it can react to events ?The text was updated successfully, but these errors were encountered: