You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the REST API calls, a single module would be great, that contains all the functions that are used to call the rest api. The functions should take a baseUrl or apiUrl argument and any other custom arguments.
For the REST API calls, a single module would be great, that contains all the functions that are used to call the rest api. The functions should take a
baseUrl
orapiUrl
argument and any other custom arguments.E.g.
Note: error handling should probably be also included. And the output data format should be documented.
This will allow to easily migrate to the new REST API in the future.
The text was updated successfully, but these errors were encountered: