Module requests

Source
Expand description

Structs and utilities for making requests to mangadex servers

Modules§

chapter
Utilities for chapter specific server part of the application.
cover
Utilities for scanlation group specific server part of the application.
manga
Utilities for manga specific server part of the application.
query_utils
Structs and traits used by all queries related stuff.
scanlation_group
Utilities for scanlation group specific server part of the application.
tag
Utilities for tag specific server part of the application.

Structs§

ServerResponseError
Used to deserialize errors returned from server

Enums§

Error
Custom error type that contains all errors that this can be emitted by this crate’s functions

Traits§

Entity
Entity is implemented for all structs that represent Entity types in terms used by mangadex servers

Type Aliases§

Result
Type alias for the Result that is used in the crate’s functions