Skip to content
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

'HTTPStubResponse' initializer is inaccessible due to 'internal' protection level #31

Closed
haemi opened this issue Mar 20, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@haemi
Copy link

haemi commented Mar 20, 2022

I wanted to implement a dynamic stubbing in the way that I fetch an ID from the request and according to that return the JSON of locally stored files, e.g.

https://www.example.com/something/1234/foo/bar => returns 1234.json

For that I tried to use the example of the dynamic matcher, but the compiler complains 'HTTPStubResponse' initializer is inaccessible due to 'internal' protection level.

@malcommac malcommac added the bug Something isn't working label Mar 20, 2022
@malcommac malcommac added this to the 1.3.1 milestone Mar 20, 2022
@malcommac malcommac self-assigned this Mar 20, 2022
@malcommac
Copy link
Collaborator

merged and released in 1.3.1. Thanks 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants