• something like a resttemplate?

    By Patrick Kwintensson 7 years ago

    does ODA contain something like a resttemplate class that I can use ?

    https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html

    • By Paul S Withers 7 years ago

      No, we've not made any specific REST service additions for CRUD. I recently blogged about my personal opinion on CRUD and Domino. If a CRUD API was sufficient for Domino, the API would be considerably smaller. I would recommend custom REST services using ODA Starter Servlet, Graph API, or for CRUD SmartNSF or Phil Riand's GraphQL extension for Domino in Darwino.

      • By Patrick Kwintensson 6 years ago

        My main interest is CONSUMING rest services, not building one. Many of my rest services reside OUTSIDE Domino.