If I am planning connections between vRO and various REST hosts - then calling various REST methods to accomplish certain tasks - what are in general all the things I need to think about during the integration to create a solid design?
I want my integration to follow best practices for code that is reslient to failures and does proper error checking and anything else I should think about.
Does anyone have suggestions as to all the things I need to think about when I create an integration to make sure it is done properly?
For example, create error handling logic if the REST host is unavailable?
What else?