cloudflare / cloudflare/cloudflare-rs

Clients name consistency

Open
#267 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
316
Forks
111
PR merge metrics
No merged PRs in 30d

Description

The current naming scheme for the clients isn't very intuitive at first glance, nor consistent. `async_api.rs` contains `Client`, the async client; and `blocking_api` contains `HttpApiClient`, the blocking client.

I propose we rename them, respectively, to `AsyncClient` and `BlockingClient`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.