16 lines
795 B
Markdown
16 lines
795 B
Markdown
## Usage
|
|
|
|
* [Instantiation](instantiation.md)
|
|
* [Sending a request](sending_a_request.md)
|
|
* [Choosing correct resource group, DTOs, and method](sending_a_request.md#choosing-correct-resource-group-dtos-and-method)
|
|
* [Sending a request](sending_a_request.md#sending-a-request)
|
|
* [Dealing with exceptions](sending_a_request.md#dealing-with-exceptions)
|
|
* [Error handling](error_handling.md)
|
|
* [Examples](examples)
|
|
+ [How to create an order](examples/create_order.md)
|
|
+ [How to receive the list of orders](examples/fetch_orders.md)
|
|
+ [How to handle all Client's exceptions](examples/complete_error_handling_example.md)
|
|
+ [Fetching orders history](examples/orders_history.md)
|
|
+ [Complex pagination example](examples/complex_pagination/index.md)
|
|
* [Event handling](event_handing.md)
|