Wrapper for managing the kyouko.se api in simple and sane
# with npm
$ npm install kyouko
# or with Yarn
$ yarn add kyouko
new Kyouko(token)
token
- The your api key to perform operations on the service
Upload file
path
- Relative or absolute file path
Delete file
id
- File identification number
Gets all your files sent
Details about user
Create a new album
name
- Name for the album
Delete a exists album
id
- Album identification number
Get information from all your albums
Add a file to an album
albumID
- Album identification numberfileID
- File identification number
Remove a file from an album
albumID
- Album identification numberfileID
- File identification number