-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trouble getting started, Visual Studio + Refit example #49
Comments
I went ahead and used Fiddler to get debug my immediate issue. |
Hey Adam, I've setup our lib with Refit before, I will write something up and share, so you can check out too. |
@DanielCauser did you ever get around to doing your writeup? |
I did, and I will bring this up here this weekend. |
Perhaps a Wiki in the new organization? |
Refit + HttpTracer Example Checkout below steps for Refit For HttpTracer implementation just simply replace HttpClient creation with below snippet
|
Hi there, I found your library in the course of trying to troubleshoot a Refit issue. It's one of those cases where I can make it work in Postman, but I'm not sure how to reproduce it correctly for Refit. The issue is I'm not seeing any trace output in the Debug window when I run my project. I've made a little walkthrough:
https://1drv.ms/u/s!AvguHRnyJtWMmeh7C8wHrd7X8BbDyA?e=tcCcNZ
Here's my relevant code:
https://github.com/adamfoneil/GitHubApi/blob/master/MicropubApi.Library/MicropubApiClient.cs#L17
The text was updated successfully, but these errors were encountered: