Releases: lipu-linku/sona
Releases · lipu-linku/sona
v0.1.2
i fully forgot to build the library before publishing it in the workflow
Full Changelog: v0.1.1...v0.1.2
@kulupu-linku/sona v0.1.1
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: "*" } });