teabroker
teabroker
In other libraries there is a method to instantiate a client with an access token and an endpoint url, like this one from masto.js: ```js import { createRestAPIClient } from...
After some review I've found dependencies which could be removed for various reasons. Some of them need clarification. Move to dev dependencies: * `@types/oauth` imported internally. * `@types/ws` reexported from...
After short research it seems to be a standard solution to name the key as "access token". Libraries for Haskell, JS, and Rust use `access_token` and `accessToken`. I think it's...
This PR adds `/lib/` directory into list of published files. What excludes any other files except of mandatory to be included into a package. This change reduces overall package size...