1
0
mirror of synced 2024-11-22 21:36:06 +03:00
api-client-php/doc/usage/usage.md

16 lines
795 B
Markdown
Raw Normal View History

2021-06-02 17:00:32 +03:00
## 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)