Crate codewars_api

Source
Expand description

Full-featured crate to interact with Codewars API. Check Codewars official documentation for more information about API

See docs.rs and GitHub repo for more information about this crate

Re-exports§

pub use crate::rest_api::client::RestCodewarsClient;
pub use crate::rest_api::models::AuthoredChallenges;
pub use crate::rest_api::models::CodeChallenge;
pub use crate::rest_api::models::CompletedChallenges;
pub use crate::rest_api::models::User;

Modules§

rest_api
A module for interacting with the Codewars REST API