Crate rust_freely
source ·Expand description
Asynchronous wrapper for the WriteFreely/Write.as API, as the existing library is no longer maintained
Provides an implementation of the WriteFreely API. Currently, this library supports the following API features:
- Token & Username/Password authentication
- Most post management endpoints
- All collection endpoints
- All user endpoints except channels
Modules§
- This module contains the main [Client] struct, which provides access to all of the other types & methods.
- This module provides wrappers for top-level (ie, not referencing a specific entity) API methods
- This module provides API model definitions & associated methods.
- Provides convenience functions for HTTP requests & serialization