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

bug: Fix admin api client definition returning the wrong types #65

Conversation

alastairtree
Copy link
Collaborator

Hello. Been testing the use of the admin api client with RestEase and noticed that the definition has the wrong types listed as being return on the get requests API meaning the restease client has null values and some data is missing. In addition the find requests API does not return LogEntryModel like the GetRequests API instead it returns LogEntry, which I have fixed so they are all the same.

  • IFluentMockServerAdmin get, find and get all requests should return a log entry model
  • Add tests for get and find using the rest ease api client

alastairtree and others added 2 commits November 19, 2017 18:44
- IFluentMockServerAdmin get, find and get all requests should return a log entry model
- Add tests for get and find using the rest ease api client
@StefH StefH merged commit 2083037 into WireMock-Net:master Nov 19, 2017
@alastairtree
Copy link
Collaborator Author

Any chance of a release?

@StefH
Copy link
Collaborator

StefH commented Nov 20, 2017

Tonight

@alastairtree alastairtree deleted the bug/admin-api-client-returns-empty-request-models branch November 20, 2017 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants