[][src]Module scryfall::util::uri

Module for handling unresolved URLs returned by the scryfall api

Some fields of the scryfall api have URLs refering to queries that can be run to obtain more information. This module abstracts the work of fetching that data.

Structs

PaginatedURI

A paginating URL fetcher.

URI

A URI that will fetch something of a defined type T.

Functions

url_fetch

Utility function to fetch data pointed to by a URL string.