diff --git a/src/api/index.tsx b/src/api/index.tsx index 77acf0c..5dcc7b3 100644 --- a/src/api/index.tsx +++ b/src/api/index.tsx @@ -59,6 +59,9 @@ export class Api { ) } + /** + * Returns the `baseUrl` which was set via the constructor. + */ get baseUrl() { return this.requestManager.baseUrl }