saferoute-api 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
- [Работа с API](#работа-с-api)
|
|
7
7
|
- [Описание типов APIDataResponse и APIBoolResponse](#описание-типов-apidataresponse-и-apiboolresponse)
|
|
8
8
|
- [APIDataResponse](#apidataresponse)
|
|
9
|
+
- [APIDataPaginatedResponse](#apidatapaginatedresponse)
|
|
9
10
|
- [APIBoolResponse](#apiboolresponse)
|
|
10
11
|
- [Авторизация, профиль и настройки](#авторизация-профиль-и-настройки)
|
|
11
12
|
- [Авторизация по E-mail и паролю](#авторизация-по-e-mail-и-паролю)
|
|
@@ -146,6 +147,8 @@ type APIDataResponse<D> =
|
|
|
146
147
|
};
|
|
147
148
|
```
|
|
148
149
|
|
|
150
|
+
#### APIDataPaginatedResponse
|
|
151
|
+
|
|
149
152
|
Тип для запросов, в которых сервер возвращает список с постраничной навигацией.
|
|
150
153
|
|
|
151
154
|
```typescript
|