Skip to content

Releases: lipu-linku/sona

v0.1.2

25 Jan 14:29
Compare
Choose a tag to compare

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

24 Jan 21:16
Compare
Choose a tag to compare

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: "*" } });