[Features Request] add c# convenient methods #6127
MichaelVanHouHei (MichaelVanHouHei)
started this conversation in
Ideas
Replies: 1 comment 2 replies
|
Hi MichaelVanHouHei (@MichaelVanHouHei) With this proposition, what would happen if someone wants to set a query parameter, a header and an option? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, to query entities using the client library, we need to use the following syntax:
While this works, it can be verbose and less intuitive for developers. I propose adding a more convenient and streamlined method for querying entities, such as:
All reactions