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

Feature/stub import prefix #302

Merged
merged 5 commits into from
Apr 24, 2023
Merged

Feature/stub import prefix #302

merged 5 commits into from
Apr 24, 2023

Conversation

dukeofharen
Copy link
Owner

@dukeofharen dukeofharen commented Apr 24, 2023

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

  • It is now possible, when importing a stub through the UI or the API, to also provide a stub ID prefix. All stubs imported in this batch will have this ID prefixed with the string you've provided.

Does this introduce a breaking change?

  • Yes
  • No

The interface of the import methods (CreateCurlStubsAsync, CreateHarStubsAsync and CreateOpenApiStubsAsync) changed. Instead of providing the parameters separately, you now need to pass a model. Updating the client will break the current calls to this method.

@dukeofharen dukeofharen merged commit 44d87d5 into master Apr 24, 2023
@dukeofharen dukeofharen deleted the feature/stub-import-prefix branch April 24, 2023 20:43
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.

1 participant