Module common

Source

Structs§

EmptyResponse
Represents an empty JSON object response, e.g., {}. Useful for operations like DELETE that return a 200 OK with an empty body.
ParseDate
Represents a Parse Date type, which includes timezone information. Parse stores dates in UTC.
ParseRelation
Represents a Parse Relation field on an object. This indicates a one-to-many or many-to-many relationship. The actual related objects are typically fetched via a separate query.
Pointer
Represents a Pointer to another Parse object. Pointers are used to create relationships between objects.
RelationOp
Represents a relational operation (AddRelation, RemoveRelation).
Results
Represents a generic list of results, commonly returned by find operations.
UpdateResponseData
Represents common data in response to update operations.

Enums§

Endpoint
Represents different Parse Server API endpoints.

Type Aliases§

QueryParams
Type alias for query parameters, typically a HashMap.