5.5.0
API
API v5.5.0 — Auth endpoint & all-methods /latest.
- Added endpoint GET /auth: checks a Bearer token and returns its
tierandlimits(hourly,burst). Without a token, returns thedefaulttier; an invalid token returns a401. - The
/latestredirect now works for all HTTP methods: a307preserves the method and body, soPOST /latest/...,PATCH, andDELETErequests now correctly redirect to the current version — previously onlyGETworked. - The
@20syldev/apinpm package is now generic: the personal/websiteendpoint moved out of the core into an optional plugin system, excluded from the npm package. - Internal robustness: fixed a non-deterministic time-based test and a formatting pass.
Documentation
- Documented GET /auth on the Authentication page: usage, response fields, and the
defaulttier behavior when no token is provided. - Noted that
/latestnow preserves the method and body for non-GETrequests in the migration guide. - Fixed stale
/v4/cross-links between the Authentication and Pricing pages — both should have pointed to/v5/. - Consolidated the duplicated auth header/error examples from the Pricing page onto Authentication, and moved its "No Token" callout there.