[][src]Crate redbot

This crate is used to query the Reddit API.

First, create a Config struct. Then, use it to create an Api struct, which exposes several methods for querying the API.

Re-exports

pub use query_listing::QueryListingRequest;
pub use errors::ApiError;

Modules

errors
query_listing

Structs for use in making and viewing listing requests and responses.

Structs

Api

Reddit API access. This is the struct that you'll be using to interact with the API.

Config

Program configuration - contains the required values to communicate with the Reddit OAuth API for a token.

Method

The Request Method (VERB)

Enums

Value

Represents any valid JSON value.