Expand description
Request and response model types. Request and response types for the Threads API.
Re-exports§
pub use self::time::*;pub use common::*;pub use ids::*;pub use insights::*;pub use location::*;pub use pagination::*;pub use post::*;pub use search::*;pub use user::*;
Modules§
- common
- Common enums and shared structs (media types, reply controls, attachments).
- ids
- Strongly typed ID wrappers (UserId, PostId, ContainerId).
- insights
- Insights and metrics types.
- location
- Location and place types.
- pagination
- Pagination cursors and paged responses.
- post
- Post creation and retrieval types.
- search
- Search request and result types.
- time
- Timestamp parsing and formatting.
- user
- User profile types.