1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-16 02:43:00 +00:00

Updated ConstructRequest method so it can be used by most implementations

This commit is contained in:
JKorf
2018-09-21 15:00:21 +02:00
parent a31184573a
commit b46d74ddf8
5 changed files with 69 additions and 29 deletions
+6
View File
@@ -5,4 +5,10 @@
Fail,
Wait
}
public enum PostParameters
{
InBody,
InUri
}
}