Skip to content

Releases: apoorvcodes/amethyste-client

Bug fixes

02 Feb 12:25
Compare
Choose a tag to compare

Small bug fix in options

Full Changelog: v1.0...v1.0.2

v1.0

28 Jan 14:29
Compare
Choose a tag to compare

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