mirror of
https://github.com/retailcrm/api-client-dotnet.git
synced 2025-04-02 04:36:19 +03:00
initial commit
This commit is contained in:
parent
767f6397af
commit
2aa78d4e52
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue