[][src]Module twitch_helix::url

URL Helpers

This module contains several macros that help build a url to either the twitch OAuth or Helix service.

These macros automatically return a url::Url, which although fallible in it's parsing, is infallible via these macros.

This is due to them only accepting certain kinds of input, which allows them to reason that a url must be well formatted.

If you ever encounter a panic with message "Unable to parse known url", report it as a bug, as it is intended for this to always succeed.