Note endpoints that are not yet implemented

This commit is contained in:
Henrik Hodne 2012-11-28 18:10:55 -06:00
parent 24b6843bda
commit 6f534d388e

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)