View Source GitHub.Meta (GitHub REST API Client v0.0.5)

Provides API endpoints related to meta

Link to this section Summary

Functions

Get GitHub meta information

Get all API versions

Get the Zen of GitHub

GitHub API Root

Link to this section Functions

@spec get(keyword()) :: {:ok, GitHub.ApiOverview.t()} | {:error, GitHub.Error.t()}

Get GitHub meta information

resources

Resources

Link to this function

get_all_versions(opts \\ [])

View Source
@spec get_all_versions(keyword()) :: {:ok, [String.t()]} | {:error, GitHub.Error.t()}

Get all API versions

resources

Resources

@spec get_octocat(keyword()) :: {:ok, binary()} | {:error, GitHub.Error.t()}

Get Octocat

options

Options

  • s (String.t()): The words to show in Octocat's speech bubble

resources

Resources

@spec get_zen(keyword()) :: {:ok, binary()} | {:error, GitHub.Error.t()}

Get the Zen of GitHub

resources

Resources

@spec root(keyword()) :: {:ok, GitHub.Root.t()} | {:error, GitHub.Error.t()}

GitHub API Root

resources

Resources