James Harris
James Harris
You can do ``` e.language("en", { delimiters: { thousands: ",", decimal: "." }, abbreviations: { thousand: "K", million: "M", billion: "B", trillion: "T", }, ordinal: function(e) { var t =...
As per RFC 3986 [2.1](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1) and [6.2.2.2](https://datatracker.ietf.org/doc/html/rfc3986#section-6.2.2.2), HTTP libraries must percent encode URI component octets whose character is outside of the allowed character sets. So to fully conform to 3986,...
`api/edge` is our old JSON:API API and uses ElasticSearch (which we replaced with Algolia standalone and powers search in the new GraphQL API)
> @wopian If Taiga switched to the new GraphQL API, would it still be necessary to call Algolia? Nope. The search methods call Algolia for you.
>And yeah, I think the api for kitsu now has changed (I may also be wrong on this), toshocat is using https://kitsu.io/api/v1/ That's actually requesting https://hummingbird.me/api/v1, which was the endpoint...
Further information can be found [here](https://forums.hummingbird.me/t/kitsu-api-documentation/33367)
Added with https://github.com/wopian/hibari/commit/a62f6b42ac226baaa031685f559b891906f02938, however currently combined with anime (also needs subtype)
Added with https://github.com/wopian/hibari/commit/a62f6b42ac226baaa031685f559b891906f02938, however currently combined with manga (also needs subtype)
Thank you, it seems some of the JSDoc examples didn't get updated in the 9.x release.
Yes, 9.x added `data` to relationships to support relationship meta/links objects when the relationship is an array. This didn't get updated in the documentation and appears I forgot to make...