Skip to content

v1.0

Compare
Choose a tag to compare
@apoorvcodes apoorvcodes released this 28 Jan 14:29
· 7 commits to master since this release

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