OpenEMR New crop API Doubts

Hi,
New crop using the API calls will be synchronous . however the transaction will become
asynchronous in the event of a connectivity error.

  • The APIs should have logic that is configurable for retry logic, error handling and
    notifications.
  • The APIs will be secured using security tokens for authentication and
    authorization.
  • All API data exchange must be logged and logs should archive automatically
    based on configurable settings.