Skip to content

Commit cab9539

Browse files
committed
Added the missing 'ApiKeys.cs' file
1 parent 1d35a23 commit cab9539

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: PoloniexApi.Net.Demo/ApiKeys.cs

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
namespace Jojatekok.PoloniexAPI.Demo
2+
{
3+
struct ApiKeys
4+
{
5+
// WARNING: In order not to expose the changes of this file to git, please
6+
// run the following command every time you clone the repository:
7+
// git update-index --assume-unchanged "PoloniexApi.Net.Demo\ApiKeys.cs"
8+
internal const string PublicKey = "";
9+
internal const string PrivateKey = "";
10+
}
11+
}

0 commit comments

Comments
 (0)