@tutkli/jikan-ts 2.1.0 → 2.2.0
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 +19 -11
- package/dist/index.d.ts +924 -815
- package/dist/index.js +1 -1
- package/package.json +17 -21
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
|
-
> Jikan API wrapper for
|
|
15
|
+
> Jikan API wrapper for TypeScript and Node.js with built-in typing.
|
|
16
16
|
|
|
17
17
|
## Features
|
|
18
18
|
|
|
@@ -75,7 +75,7 @@ const animeClient = new AnimeClient({
|
|
|
75
75
|
);
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
### Custom Axios
|
|
78
|
+
### Custom Axios Instance
|
|
79
79
|
|
|
80
80
|
Jikan uses `axios` as an `http` client and if you are not satisfied with the default client settings, then you can build your instance by passing it to the optional `axiosInstance` argument
|
|
81
81
|
|
|
@@ -105,15 +105,23 @@ const animeClient = new AnimeClient({
|
|
|
105
105
|
|
|
106
106
|
## Available Clients
|
|
107
107
|
|
|
108
|
-
- AnimeClient
|
|
109
|
-
- CharactersClient
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
-
|
|
108
|
+
- [X] AnimeClient
|
|
109
|
+
- [X] CharactersClient
|
|
110
|
+
- [X] ClubsClient
|
|
111
|
+
- [X] GenresClient
|
|
112
|
+
- [X] MagazinesClient
|
|
113
|
+
- [X] MangaClient
|
|
114
|
+
- [ ] PeopleClient
|
|
115
|
+
- [ ] ProducersClient
|
|
116
|
+
- [X] RandomClient
|
|
117
|
+
- [ ] RecommendationsClient
|
|
118
|
+
- [ ] ReviewsClient
|
|
119
|
+
- [X] SchedulesClient
|
|
120
|
+
- [ ] UsersClient
|
|
121
|
+
- [X] SeasonsClient
|
|
122
|
+
- [X] TopClient
|
|
123
|
+
- [X] WatchClient
|
|
124
|
+
- [X] **JikanClient (Main client)**
|
|
117
125
|
|
|
118
126
|
## Leave you feedback
|
|
119
127
|
|