Merge pull request #24 from henrikhodne/note-not-implemented-endpoints

Note endpoints that are not yet implemented
This commit is contained in:
Piotr Sarnacki 2012-11-28 16:26:06 -08:00
commit 4c908ce317

View File

@ -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)