Closed fastdivision closed 5 years ago
Our README examples mainly use anonymous types to pass data for API requests. Let's add new examples using request entities so the data is easier to manage prior to passing it to a client method.
Added more examples to README that use Entities in my pull request.
Hopefully will help somebody to understand how to do it without using anonymous types
Merged #21, making additional tweaks.
Our README examples mainly use anonymous types to pass data for API requests. Let's add new examples using request entities so the data is easier to manage prior to passing it to a client method.