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
By changing the value of `'api_base_uri'` you can have the requests target a different server, for instance, a simulated one, thus making testing your application in isolation easier.
108
+
109
+
For a quick mock server setup you can use [mockoon](https://mockoon.com/).
110
+
104
111
### API Functionality
105
112
All API calls are triggered when the `performRequest()` method is invoked.
106
113
Depending on the context, this method can either be empty or contain data that will be sent as PostData (refer to examples of each call below).
0 commit comments