...
Contributing / Development
Instructions for local development
API
The following functions are exported from the @openmrs/esm-api module:
openmrsFetch(url, init):
...
Promise
The openmrsFetch function is a wrapper around the browser's built-in fetch function, with extra handling for OpenMRS-specific API behaviors, such as request headers, authentication, authorization, and the API urls.
...