Merge pull request #24 from henrikhodne/note-not-implemented-endpoints
Note endpoints that are not yet implemented
This commit is contained in:
commit
4c908ce317
|
@ -48,6 +48,8 @@ class Travis::Api::App
|
||||||
# Endpoint for retrieving an authorization code, which in turn can be used
|
# Endpoint for retrieving an authorization code, which in turn can be used
|
||||||
# to generate an access token.
|
# to generate an access token.
|
||||||
#
|
#
|
||||||
|
# NOTE: This endpoint is not yet implemented.
|
||||||
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
#
|
#
|
||||||
# * **client_id**: your App's client id (required)
|
# * **client_id**: your App's client id (required)
|
||||||
|
@ -60,6 +62,8 @@ class Travis::Api::App
|
||||||
|
|
||||||
# Endpoint for generating an access token from an authorization code.
|
# Endpoint for generating an access token from an authorization code.
|
||||||
#
|
#
|
||||||
|
# NOTE: This endpoint is not yet implemented.
|
||||||
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
#
|
#
|
||||||
# * **client_id**: your App's client id (required)
|
# * **client_id**: your App's client id (required)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user