@aleph-alpha/lib-http
v2.0.0
Published
A lightweight, typed HTTP client library built on [ky](https://github.com/sindresorhus/ky).
Readme
@aleph-alpha/lib-http
A lightweight, typed HTTP client library built on ky.
For usage documentation and examples, see the Overview. For the full API surface, see the API Reference.
Local Development
# Build
nx run lib-http:build
# Run tests
nx run lib-http:test
# Regenerate API docs
pnpm --filter lib-http run docs:api