hebits-client 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -197,12 +197,6 @@ of that hour can read up to an hour newer than it really is. Both cases are docu
|
|
|
197
197
|
boolean flags into two numbers: freeleech beats half- and quarter-leech, and a
|
|
198
198
|
neutral-leech flag overrides everything else to `0`/`0`.
|
|
199
199
|
|
|
200
|
-
## Responses are validated, not trusted
|
|
201
|
-
|
|
202
|
-
> Responses are validated with zod at the boundary. If Hebits changes its API, you get a
|
|
203
|
-
> clear `ApiError` naming the field rather than `undefined` propagating into your own
|
|
204
|
-
> logic.
|
|
205
|
-
|
|
206
200
|
## Errors
|
|
207
201
|
|
|
208
202
|
All errors extend `HebitsError` (itself an `Error`), so you can catch that base class or
|