Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Update APIV2Description.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jhariani committed Oct 20, 2014
1 parent 30a0c50 commit ff82cef
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/GovTribe/LaravelKinvey/Client/Service/APIV2Description.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,20 @@
),
),
),
'loginOAuth' => array(
'extends' => 'authOperation',
'documentationUrl' => 'http://devcenter.kinvey.com/rest/guides/users#login',
'httpMethod' => 'POST',
'uri' => '/user/{appKey}/login',
'parameters' => array(
'_socialIdentity' => array(
'location' => 'json',
'type' => 'array',
'description' => 'Social identity',
'required' => true,
),
),
),
'logout' => array(
'extends' => 'authOperation',
'documentationUrl' => 'http://devcenter.kinvey.com/rest/guides/users#logout',
Expand Down Expand Up @@ -398,4 +412,4 @@
'uri' => '/appdata/{appKey}/{collection}/_count',
),
),
);
);

0 comments on commit ff82cef

Please sign in to comment.