Verse API
Check what's the latest version of your favorite open-source project
# Install the command line client
$ pip install coreapi-cli
gh
read
Returns GitHub repository latest stable version
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
repo required | |
owner required |
# Load the schema document
$ coreapi get https://verse.pawelad.xyz/docs/
# Interact with the API endpoint
$ coreapi action gh read -p repo=... -p owner=...
major
Returns GitHub repository latest stable version for each major release
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
repo required | |
owner required |
# Load the schema document
$ coreapi get https://verse.pawelad.xyz/docs/
# Interact with the API endpoint
$ coreapi action gh major -p repo=... -p owner=...
minor
Returns GitHub repository latest stable version for each minor release
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
repo required | |
owner required |
# Load the schema document
$ coreapi get https://verse.pawelad.xyz/docs/
# Interact with the API endpoint
$ coreapi action gh minor -p repo=... -p owner=...
projects
list
Returns a list of all currently available projects with links to relevant API endpoints
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
page | A page number within the paginated result set. |
# Load the schema document
$ coreapi get https://verse.pawelad.xyz/docs/
# Interact with the API endpoint
$ coreapi action projects list -p page=...
read
Returns project latest stable version
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
project required |
# Load the schema document
$ coreapi get https://verse.pawelad.xyz/docs/
# Interact with the API endpoint
$ coreapi action projects read -p project=...
major
Returns project latest stable version for each major release
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
project required |
# Load the schema document
$ coreapi get https://verse.pawelad.xyz/docs/
# Interact with the API endpoint
$ coreapi action projects major -p project=...
minor
Returns project latest stable version for each minor release
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
project required |
# Load the schema document
$ coreapi get https://verse.pawelad.xyz/docs/
# Interact with the API endpoint
$ coreapi action projects minor -p project=...