@@ -66,7 +66,7 @@ const client = new JsonApiClient(
);
```
This creates a client using the specified baseUrl, but otherwise all default settings. It is also possible to pass in an [options object](/api/drupal-api-client/api-client/type-aliases/apiclientoptions) to customize the client.
This creates a client using the specified baseUrl, but otherwise all default settings. It is also possible to pass in an [options object](/api_client/api/drupal-api-client/api-client/type-aliases/apiclientoptions) to customize the client.
Next, use the client to get a collection of articles from Drupal.
@@ -87,7 +87,7 @@ export const client = new JsonApiClient(