Expand description
utapi-rs
is a Rust library that provides a set of APIs for interacting with the UploadThing service.
The library offers various functionalities such as file uploading, file management, and retrieving file URLs, which are designed to be used server-side.
Re-exports§
pub use utapi::UtApi;
Modules§
- config
- This module defines the configuration structures for
utapi-rs
. It includes all necessary configurations required to initialize and run the service. - models
- This module contains the data models used throughout the
utapi-rs
application. These models represent the core data structures that are manipulated and stored by the service. - utapi
- The core API module providing the main functionality of the
utapi-rs
service. This module includes all the API endpoints and related logic to perform the intended operations.