0.1.4 • Published 10 months ago

solidarity-tech-js v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

solidarity-tech-api

This is simply the solidarity.tech API generator compiled to be published as an npm package for use in environments that don't support folders well (or importing JSON), such as Windmill scripts.

It was last generated on 2024-07-18.

Typescript Usage

import sdk from 'solidarity-tech-js';

sdk.auth(apiKey) // not defined here

// All examples from docs

Regeneration

This is just a note for myself on how to update this library when needed.

$ mv index.ts temp.ts
$ npx api install "@solidarity-tech/v1.0#<latest hash from https://docs.solidarity.tech/reference" --lang ts --yes
$ mv temp.ts index.ts

Then increment the version in package.json, and run:

$ bun run compile && npm publish
0.1.2

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.1

11 months ago

0.0.6

12 months ago

0.0.4

12 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago