Skip to main content

versions

Creates, updates, deletes, gets or lists a versions resource.

Overview

Nameversions
TypeResource
Idgithub.meta.versions

Fields

The following fields are returned by SELECT queries:

Response

NameDatatypeDescription
meta/get_all_versionstring

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_all_versionsselectGet all supported GitHub API versions.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Get all supported GitHub API versions.

SELECT
meta/get_all_version
FROM github.meta.versions
;