Expand description
Defines the public type aliases for the data structures returned by API endpoints.
These aliases provide a clear and consistent naming convention (e.g., UserResponse
)
for the types that consumers of this library will receive, distinguishing them from
the internal model
structs. This makes the library’s public API more explicit.
Type Aliases§
- Part
Content Response - Represents the response data for a story part’s content. Alias for [
model::PartContent
]. - Part
Reference Response - Represents the response data for a lightweight story part reference. Alias for [
model::PartReference
]. - Part
Response - Represents the response data for a full story part object. Alias for [
model::Part
]. - Part
Stub Response - Represents the response data for a lightweight story part stub. Alias for [
model::PartStub
]. - Story
Response - Represents the response data for a full story object. Alias for [
model::Story
]. - Text
UrlResponse - Represents the response data for a text URL object. Alias for [
model::TextUrl
]. - User
Response - Represents the response data for a full user object. Alias for [
model::User
]. - User
Stub Response - Represents the response data for a lightweight user stub. Alias for [
model::UserStub
].