cloudflare / cloudflare-rs

Rust library for the Cloudflare v4 API
251 stars 74 forks source link

Consider making EndpointSpec public #234

Open BRA1L0R opened 6 months ago

BRA1L0R commented 6 months ago

Without this trait being public no user of this crate can implement their requests.

ochrons commented 4 months ago

In Cargo.toml there is an unused spec feature, which should be renamed to endpoint-spec to make it work.

taladar commented 2 weeks ago

With the cfg Warnings the compiler implemented recently there are some warnings about endpoint-spec uses in the code too so it is likely that spec was always intended to be endpoint-spec in the Cargo.toml