Crate connpass_rs[][src]

Expand description

The API client for quering events what you’re looking for in connpass.com written in Rust.

Modules

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 using reqwest crate.

Provides error types using in this crate.

Provides the utility data for query parameters. The core data type is Query, but it’s recommended that build it through QueryBuilder.

Represents the response from connpass API. For more details in https://connpass.com/about/api/. The data class is along with the specification.