Crate tasvideos_api_rs

source ·
Expand description

API Wrapper for the TASVideos API.

This crate provides synchronous functions for each supported endpoint of the API.

All requests can be used without an API key, however, the USER_AGENT string should be set before making any requests.

Structs

  • Represents a TASVideos game.
  • Represents a TASVideos game version (e.g. ROM).
  • Represents a TASVideos movie publication.
  • Represents a TASVideos movie submission.
  • Represents a gaming system (e.g. GBA, N64, Genesis, etc.) used by TASVideos.
  • Describes a possible framerate for a gaming system.

Enums

  • Some endpoints can use these filters to refine what data is returned.

Constants

Statics

  • The base URL used in all requests to the TASVideos API. Default is https://tasvideos.org/api/v1/.
  • The User-Agent header used in all requests made from this crate.

Functions

Type Definitions