Merge branch 'master' of github.com:travis-ci/travis-api

This commit is contained in:
Sven Fuchs 2012-12-01 19:29:15 +01:00
commit c83508aeb4

View File

@ -48,6 +48,8 @@ class Travis::Api::App
# Endpoint for retrieving an authorization code, which in turn can be used
# to generate an access token.
#
# NOTE: This endpoint is not yet implemented.
#
# Parameters:
#
# * **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.
#
# NOTE: This endpoint is not yet implemented.
#
# Parameters:
#
# * **client_id**: your App's client id (required)