mana
mana copied to clipboard
Mana allows api-oriented clients greater stability and high availability in demanding distributed battles and boss fights.
Ref https://github.com/3rd-Eden/npmjs/issues/4#issuecomment-151009538 We could either allow consumers of mana to supply an override for a gzip option, or always support it. I'm in favor of the latter, which would require...
Was working with an API and writing API methods to fetch different types of API tokens. This is not overwritten because `.tokens` already exists. It should throw a reserved file...
This is a pretty large edge-case since most APIs the request / response model for JSON works just fine, but there are definitely cases when you simply want the `request`...
It is essential to know the status code when we get bad responses from APIs. Thanksfully `DEBUG=mana:*` helps :+1: ``` mana:artsy Starting request again to https://api.artsy.net/api/v1/artist/faith-ringgold/artworks/all.json?page=1&size=100 after back off attempt...
301 redirects are permanent redirects. We're currently not caching these redirections so they are done every single time we hit an API endpoint. If no caching headers are send with...