1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 12:22:56 +00:00

Added requestBodyFormat

This commit is contained in:
JKorf
2018-09-25 09:42:13 +02:00
parent 344fad1fe9
commit 4102d4474e
2 changed files with 26 additions and 6 deletions
+6
View File
@@ -11,4 +11,10 @@
InBody,
InUri
}
public enum RequestBodyFormat
{
FormData,
Json
}
}