-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Qiming Yuan
committed
Nov 17, 2016
1 parent
da65db3
commit 5bbef76
Showing
15 changed files
with
373 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RunSettings> | ||
<TestRunParameters> | ||
<Parameter name="accessToken" value="" /> | ||
<Parameter name="userAccessToken" value="" /> | ||
<Parameter name="teamAccessToken" value="" /> | ||
<Parameter name="appKey" value="" /> | ||
<Parameter name="appSecret" value="" /> | ||
</TestRunParameters> | ||
</RunSettings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// <auto-generated> | ||
// Auto-generated by StoneAPI, do not modify. | ||
// </auto-generated> | ||
|
||
namespace Dropbox.Api | ||
{ | ||
using sys = System; | ||
|
||
using Dropbox.Api.Stone; | ||
using Dropbox.Api.Auth.Routes; | ||
|
||
public sealed partial class DropboxAppClient | ||
{ | ||
/// <summary> | ||
/// <para>Gets the Auth routes.</para> | ||
/// </summary> | ||
public AuthAppRoutes Auth { get; private set; } | ||
|
||
/// <summary> | ||
/// <para>Initializes the routes.</para> | ||
/// </summary> | ||
/// <returns>The transport.</returns> | ||
private void InitializeRoutes(ITransport transport) | ||
{ | ||
this.Auth = new AuthAppRoutes(transport); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.