Crate rusty_igdb

Source
Expand description

Wraps IGDB API calls into Rust usage. The crate enables to call endpoints from IGDB API and performs a query on behalf of the consumer chosen endpoint. See project repository for installation, configuration and usage. When not using the .request_json() public method, you should bring into your project scope the structs result you wish to parse. See models

Modules§

models
Module containing analogous Structs to IGDB endpoint responses.
utils
Module containing utility implementations for crate::EndpointUtils and API response handling.

Structs§

APIWrapper
Responsible for starting the API connection to IGDB Twitch and performing requests
EndpointUtils
Responsible for chaining the query methods in itself and performing the http request in the chosen consumer endpoint. Each query method implemented on EndpointUtils represents a APICalypse query build. See APICalypse official documentation for more information