Releases: apoorvcodes/amethyste-client
Releases · apoorvcodes/amethyste-client
Bug fixes
Small bug fix in options
Full Changelog: v1.0...v1.0.2
v1.0
Basic client done with generate and Image methods
example:
import amiapi from "amethyste-client"
const Client:amiapi = amiapi("UR_TOKEN")
Client.generate({
endpoint: "beautiful",
options: {
"url": client.user.avatarURL
}
}).then(img => {
console.log(img)
})
Full Changelog: https://github.com/apoorvcodes/amethyste-client/commits/v1.0