Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 714edfa147 | |||
| ab701005ec | |||
| 72d7616c16 |
@@ -5,13 +5,13 @@
|
|||||||
## インストール
|
## インストール
|
||||||
```bash
|
```bash
|
||||||
# npm
|
# npm
|
||||||
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.2
|
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.3
|
||||||
|
|
||||||
# yarn
|
# yarn
|
||||||
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.2
|
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.3
|
||||||
|
|
||||||
# pnpm
|
# pnpm
|
||||||
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.2
|
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.3
|
||||||
```
|
```
|
||||||
> **NOTE**
|
> **NOTE**
|
||||||
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
|
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "better-uwuzu-sdk",
|
"name": "better-uwuzu-sdk",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"description": "A better uwuzu SDK.",
|
"description": "A better uwuzu SDK.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/types/index.d.ts",
|
"types": "dist/types/index.d.ts",
|
||||||
|
|||||||
Vendored
+1
-1
@@ -2,7 +2,7 @@ import InputError from "../../modules/error/input";
|
|||||||
import { UserDataNotFound } from "../../modules/error/critical";
|
import { UserDataNotFound } from "../../modules/error/critical";
|
||||||
|
|
||||||
export default interface TokenGet {
|
export default interface TokenGet {
|
||||||
"ueuse/get": {
|
"token/get": {
|
||||||
body: {
|
body: {
|
||||||
/** api/authで使用したセッション */
|
/** api/authで使用したセッション */
|
||||||
session: string;
|
session: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user