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

feat: implement mock oas command #20

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

micovery
Copy link
Collaborator

This command allows you to generate a mock API proxy from an OpenAPI 3.x spec.

The generated mock API proxy supports the following features:

  • Request validation (Mock-Validate-Request header)
  • Specific & Dynamic response status (Mock-Status header)
  • Specific & Dynamic response content-type (Accept header)
  • Specific & Dynamic response examples (Mock-Fuzz)
  • Random generator seeding (Mock-Seed header)

@micovery micovery self-assigned this Oct 30, 2024
@micovery micovery force-pushed the feat_mock_oas_command branch from 2f9a6eb to 0161cbf Compare October 30, 2024 03:36
@micovery micovery force-pushed the feat_mock_oas_command branch 2 times, most recently from 8784d5e to fff0a5a Compare October 30, 2024 10:46
This command allows you to generate a mock API proxy from an OpenAPI 3.x spec.

The generated mock API proxy supports the following features:

  * Request validation (`Mock-Validate-Request` header)
  * Specific & Dynamic response status (`Mock-Status` header)
  * Specific & Dynamic response content-type (`Accept` header)
  * Specific & Dynamic response examples (`Mock-Fuzz`)
  * Random generator seeding (`Mock-Seed` header)
@micovery micovery force-pushed the feat_mock_oas_command branch from fff0a5a to 415a35d Compare October 30, 2024 10:57
@micovery micovery merged commit 116eb07 into apigee:main Oct 30, 2024
1 check passed
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.

2 participants