Module lotr_api::request

source ·
Expand description

This module contains the structs that are used to make a request to the API. Here we define the Request struct and the RequestBuilder struct, which are the center of the custom request system.

Modules§

Structs§

Traits§

  • This trait is implemented by all structs that can be used to make a request to the API. It is used to get the url for the request.