There's no current Rust client for the X API v2 - the existing crates are v1-era or stale.
I generated one using OpenAPI Generator against the spec hosted at https://api.x.com/2/openapi.json, and have been using it successfully.
ronanyeah/x-sdk
Is this something that could be folded into the XDK templates?
(Currently it needs better auth, pagination, and streaming handling for parity with the other targets)
There's no current Rust client for the X API v2 - the existing crates are v1-era or stale.
I generated one using OpenAPI Generator against the spec hosted at https://api.x.com/2/openapi.json, and have been using it successfully.
ronanyeah/x-sdk
Is this something that could be folded into the XDK templates?
(Currently it needs better auth, pagination, and streaming handling for parity with the other targets)