Does OCEN supports Sync or Async APIs
API and interpretation
Mahesh
October 14, 2020, 9:33am
#1
OCEN APIs are Async apis . This means that the invoke of an API can invoke the api and get an inprogress result in the HTTP response . Later the invoker could get the result as notification in another HTTP request.
APIs are idempotent in nature