@book000/pixivts 0.1.10 → 0.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 +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ This is NOT a fork of [@ibaraki-douji/pixivts](https://www.npmjs.com/package/@ib
|
|
|
6
6
|
|
|
7
7
|
## 🚀 Install
|
|
8
8
|
|
|
9
|
+
This library is available at npm: [@book000/pixivts](https://www.npmjs.com/package/@book000/pixivts)
|
|
10
|
+
|
|
9
11
|
If you are using npm:
|
|
10
12
|
|
|
11
13
|
```shell
|
|
@@ -24,6 +26,11 @@ yarn add @book000/pixivts
|
|
|
24
26
|
- All API request methods return an [axios](https://www.npmjs.com/package/axios) response.
|
|
25
27
|
This allows this library users to use all responses, without having to wait for library updates if the API response changes.
|
|
26
28
|
|
|
29
|
+
## 📚 API Document
|
|
30
|
+
|
|
31
|
+
The API documentation for this library is hosted on GitHub Pages and can be found [here](https://book000.github.io/pixivts/).
|
|
32
|
+
Please note that many of the comments in the document are written in Japanese!
|
|
33
|
+
|
|
27
34
|
## 📑 License
|
|
28
35
|
|
|
29
36
|
This project is licensed under the [MIT License](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@book000/pixivts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "pixiv Unofficial API Library for TypeScript",
|
|
5
5
|
"homepage": "https://www.npmjs.com/package/@book000/pixivts",
|
|
6
6
|
"bugs": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"eslint-plugin-n": "15.7.0",
|
|
57
57
|
"eslint-plugin-promise": "6.1.1",
|
|
58
58
|
"eslint-plugin-unicorn": "46.0.0",
|
|
59
|
-
"prettier": "2.8.
|
|
59
|
+
"prettier": "2.8.8",
|
|
60
60
|
"ts-node": "10.9.1",
|
|
61
61
|
"ts-node-dev": "2.0.0",
|
|
62
62
|
"typedoc": "0.24.4",
|