Questions tagged [personio]
2 questions
3
votes
3 answers
Why does using using RestClient.ExecuteAsync with await fail silently when RestClient.Execute works?
I am currently working on an integration with Personio to fetch employee data.
Instead of waiting for a response, the solution below suddenly jumps out of the second method at the point commented in the code:
using…

Brian Kessler
- 2,187
- 6
- 28
- 58
1
vote
0 answers
In C#, in Swagger documentation, is there a way I can indicate and add support for accepting arbitrary query parameters on an HttpGet Endpoint?
I'm working on a microservice which is a proxy/façade for Personio, allowing us to filter and otherwise manipulate their API's own responses.
We have a couple endpoints which will allow authorized users to receive Personio's responses after…

Brian Kessler
- 2,187
- 6
- 28
- 58