initial commit

This commit is contained in:
Dmitry Mamontov 2014-11-03 13:52:08 +03:00
parent 767f6397af
commit 2aa78d4e52

View File

@ -13,7 +13,7 @@ Usage
### Create API client class ### Create API client class
``` cs ``` csharp
using RetailCrm; using RetailCrm;
... ...
RestApi api = new RestApi( RestApi api = new RestApi(
@ -28,7 +28,7 @@ Constructor arguments are:
### Example: get order types list ### Example: get order types list
``` cs ``` csharp
string url, key; string url, key;
Dictionary<string, object> orderTypes = new Dictionary<string, object>(); Dictionary<string, object> orderTypes = new Dictionary<string, object>();