@@ -6,11 +6,11 @@ A type-safe Angular HTTP client library for Strapi v5+ with support for filterin
66
77## Features
88
9- - Full TypeScript support with generics
10- - Strapi v5 compatible
11- - Advanced filtering, sorting, and population
12- - Built-in pagination and localization support
13- - Bearer token authentication
9+ - Full TypeScript support with generics
10+ - Strapi v5 compatible
11+ - Advanced filtering, sorting, and population
12+ - Built-in pagination and localization support
13+ - Bearer token authentication
1414
1515## Installation
1616
@@ -107,8 +107,8 @@ For more details see this page: [Strapi filters](https://docs.strapi.io/cms/api/
107107You can sort one or more fields.
108108Sorting order can be defined by operators:
109109
110- - : asc - for ascending (default, can be omitted)
111- - : desc - for descending
110+ - : asc - for ascending (default, can be omitted)
111+ - : desc - for descending
112112
113113``` typescript
114114// Single field
@@ -216,15 +216,15 @@ this.authService.clearAuthToken();
216216
217217### StrapiService Methods
218218
219- - ` get(id?, params?, options?) ` - Fetch entries or single entry
220- - ` save(id, data, options?, method?) ` - Create (id=null) or update entry
221- - ` delete(id, options?) ` - Delete entry
219+ - ` get(id?, params?, options?) ` - Fetch entries or single entry
220+ - ` save(id, data, options?, method?) ` - Create (id=null) or update entry
221+ - ` delete(id, options?) ` - Delete entry
222222
223223### AuthService Methods
224224
225- - ` setAuthToken(token: string) ` - Set authentication token for all requests
226- - ` getAuthToken() ` - Get current authentication token
227- - ` clearAuthToken() ` - Remove authentication token
225+ - ` setAuthToken(token: string) ` - Set authentication token for all requests
226+ - ` getAuthToken() ` - Get current authentication token
227+ - ` clearAuthToken() ` - Remove authentication token
228228
229229### StrapiResponse Interface
230230
@@ -271,5 +271,5 @@ Verify the API path in your service matches your Strapi content type (e.g., `/ap
271271
272272## Requirements
273273
274- - Angular 19.2.0+
275- - Strapi v5+
274+ - Angular 19.2.0+
275+ - Strapi v5+
0 commit comments