Skip to content

@kulupu-linku/sona v0.1.1

Compare
Choose a tag to compare
@TheOnlyTails TheOnlyTails released this 24 Jan 21:16
· 920 commits to main since this release

This adds a new module - client. The client is an auto-generated, fully type safe way to access the sona API, like so:

import { client } from "@kulupu-linku/sona/client";

const words = client.v1.words.$get({ query: { lang: "*" } });