In Jan 2025, we launched new X API v2 media upload endpoints.
Based on feedback from the developer community, we're working on additional improvements, and will be extending the migration timeline to Apr 30, 2025.
Check out the post below for details 👇
devcommunity.x.com/t/extende…
Version 0.13.0 has been released with a new X::RateLimit object that is returned when an X::TooManyRequests error occurs. Many thanks to @GuirecCorbel for the patch! github.com/sferik/x-ruby/pul…
Version 0.12.0 released! Now all API errors (e.g. X::NotFound) subclass X::HTTPError and have a #code attribute that returns the HTTP status code (e.g. "404").
github.com/sferik/x-ruby/blo…
Programming naming poll: Say you have a ResponseHandler class that has one main method that takes an HTTP response object and parses the body into an object. Don’t get hung up on details of this example—I’m asking about your general approach. What would you name that method?