Expand description
The API client for quering events what you’re looking for in connpass.com written in Rust.
Modules§
- client
- Sends requets to connpass API server with queries.
This module provides non-blocking API (on tokio runtime) normally, but when
blocking
feature is enabled, additionally start to provide blocking API. These clients are internally usingreqwest
crate. - errors
- Provides error types using in this crate.
- query
- Provides the utility data for query parameters.
The core data type is
Query
, but it’s recommended that build it throughQueryBuilder
. - response
- Represents the response from connpass API. For more details in https://connpass.com/about/api/. The data class is along with the specification.