[Features Request] add c# convenient methods #6127
MichaelVanHouHei
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @MichaelVanHouHei With this proposition, what would happen if someone wants to set a query parameter, a header and an option? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
Beta Was this translation helpful? Give feedback.
All reactions