Function remove_docs_request

Source
pub fn remove_docs_request(
    package_name: &str,
    version: &str,
    api_key: &str,
    config: &Config,
) -> Result<Request<Vec<u8>>, ApiError>
Expand description

API Docs:

https://github.com/hexpm/hex/blob/main/lib/mix/tasks/hex.publish.ex#L384

https://github.com/hexpm/hex/blob/main/lib/hex/api/release_docs.ex#L19