We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc32a8 commit ce23870Copy full SHA for ce23870
src/client.js
@@ -17,7 +17,7 @@ export default class Client {
17
* Creates a client.
18
*
19
* @param {Object} [options={}] - The options for the client.
20
- * @param {String} [options.baseUrl='/api'] - The base path of the API.
+ * @param {String} [options.basePath='/api'] - The base path of the API.
21
* @param {String} [options.baseUrl=window.location.origin] - The base URL of the API.
22
* @param {Function} [options.fetchClient=fetch.bind(window)] - The fetch client to use.
23
* @param {Object} [options.fetchOptions={}] - The options for the fetch client.
0 commit comments