You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking at potentially using hyperfox as the base for writing a GitHub API mocking tool, but I cannot even get it to proxy. Here is my command line:
I debugged through it for over an hour but still cannot figure out what I am doing wrong.
BTW, I implemented a proxy in Go based on this code and it worked fine — though I was not able to inspect the information returned which is why I looked at hyperfox — so I know that the GET request by github.com/google/go-github works.
The text was updated successfully, but these errors were encountered:
I have been looking at potentially using hyperfox as the base for writing a GitHub API mocking tool, but I cannot even get it to proxy. Here is my command line:
When I run a Go program that uses github.com/google/go-github to call
Client.Repositories.GetContents()
which in turn calls the API I get this output:I debugged through it for over an hour but still cannot figure out what I am doing wrong.
BTW, I implemented a proxy in Go based on this code and it worked fine — though I was not able to inspect the information returned which is why I looked at hyperfox — so I know that the GET request by github.com/google/go-github works.
The text was updated successfully, but these errors were encountered: