Skip to content

Welcome!

api-client is a library written in TypeScript which makes it easier to interact with and use the Meower API. To get started, you need to first install the library:

sh
npx jsr add @meower/api-client
sh
yarn dlx jsr add @meower/api-client
sh
pnpm dlx jsr add @meower/api-client
sh
bunx jsr add @meower/api-client
sh
deno add @meower/api-client
html
<script type="importmap">
	{
		"imports": {
			"@meower/api-client": "https://esm.sh/jsr/@meower/api-client@latest"
		}
	}
</script>

Once you install the library, you can import things from it using the following code:

ts
import {} from '@meower/api-client';

Please see the sidebar for information on doing certain things with api-client.