mirror of
https://github.com/retailcrm/api-client-dotnet.git
synced 2024-11-21 20:36:02 +03:00
initial commit
This commit is contained in:
parent
767f6397af
commit
2aa78d4e52
@ -13,7 +13,7 @@ Usage
|
||||
|
||||
### Create API client class
|
||||
|
||||
``` cs
|
||||
``` csharp
|
||||
using RetailCrm;
|
||||
...
|
||||
RestApi api = new RestApi(
|
||||
@ -28,7 +28,7 @@ Constructor arguments are:
|
||||
|
||||
### Example: get order types list
|
||||
|
||||
``` cs
|
||||
``` csharp
|
||||
|
||||
string url, key;
|
||||
Dictionary<string, object> orderTypes = new Dictionary<string, object>();
|
||||
|
Loading…
Reference in New Issue
Block a user