cyle gage
cyle gage
> It appears to be t: and then 22 base64url-valid characters (`t:[a-zA-Z0-9-_]{22}`)? yep, that's correct. we can make that more explicit in the docs! > blog name format ... `[a-z0-9-]{1,32}`...
I didn't even know we had this, but it turns out we have a separate rate limit for the followers endpoint, ~60 requests per minute. You likely hit that! I'll...
Looks like you also uncovered a small bug, the `x-ratelimit-perhour-limit` is telling you about the global rate limit that applies to all of your consumer's API usage, and not the...
at the very least, we'll add documentation about it, for sure. i need to confer with the folks closer to the work on how these headers are meant to behave...
yeah, sorry, we haven't done a great job documenting this part yet, because it's still in flux. for now we've been using this route: `GET /v2/blogs/@@handle/posts?id=1234` (note the `id` as...
yeah, it requires a valid OAuth consumer right now, might be restricted to just the official clients right now. the endpoint works for me when using Redpop's API helper in...
> I experience the 'host not found' error quite frequently. It will return to normal after a while, but it occurs frequently when I first use it. this is fairly...
thanks for the report! we're rolling out a new API spec for activity items internally (not yet ready for public), and that probably caused it to break. we've ticketed this...
thanks for reporting this, i've filed an internal ticket for someone to look into this a little more! i think part of the problem is that it's actually supposed to...
There are many dozens of undocumented "private" API endpoints. They're only somewhat intentionally left undocumented (many would be documented if there was priority to do so), so feel free to...