https://github.com/rotten-lkz/valaxy-admin-server-api
Api request for valaxy-admin-server
https://github.com/rotten-lkz/valaxy-admin-server-api
fetch js-cookie
Last synced: 12 months ago
JSON representation
Api request for valaxy-admin-server
- Host: GitHub
- URL: https://github.com/rotten-lkz/valaxy-admin-server-api
- Owner: Rotten-LKZ
- License: mit
- Created: 2022-06-30T09:01:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T12:13:02.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T21:42:38.084Z (about 1 year ago)
- Topics: fetch, js-cookie
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# valaxy-admin-server-api
Api request for [valaxy-admin-server](https://github.com/Rotten-LKZ/valaxy-admin-server)
Two versions are using:
- [valaxy-admin-web](https://github.com/Rotten-LKZ/valaxy-admin-web)
- [valaxy-admin-desktop](https://github.com/Rotten-LKZ/valaxy-admin-desktop)
## Usage
1. Install dependencies
```bash
pnpm i js-cookie
pnpm i -D @types/js-cookie
```