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

refactor(#zimic): simplify http schema type names #333

Merged
merged 5 commits into from
Aug 20, 2024

Conversation

diego-aquino
Copy link
Member

@diego-aquino diego-aquino commented Aug 20, 2024

Refactoring

  • [#zimic] Simplified the names of the types related to HTTP schemas. The prefix HttpService is redundant and not necessary. The current versions of the changed types are now marked deprecated and will be removed on v0.10.0:
Current (now deprecated) Renamed to
HttpServiceSchema HttpSchema
HttpServiceMethodsSchema HttpMethodsSchema
HttpServiceMethodsSchema HttpMethodsSchema
HttpServiceMethodSchema HttpMethodSchema
HttpServiceRequestSchema HttpRequestSchema
HttpServiceResponseSchemaByStatusCode HttpResponseSchemaByStatusCode
HttpServiceResponseSchema HttpResponseSchema
HttpServiceResponseSchemaStatusCode HttpResponseSchemaStatusCode
HttpServiceSchemaMethod HttpSchemaMethod
HttpServiceSchemaPath HttpSchemaPath
LiteralHttpServiceSchemaPath HttpSchemaPath.Literal
NonLiteralHttpServiceSchemaPath HttpSchemaPath.NonLiteral
PathParamsSchemaFromPath InferPathParams
ExtractHttpInterceptorSchema InferHttpInterceptorSchema

@diego-aquino diego-aquino merged commit 8f8e7d9 into canary Aug 20, 2024
15 checks passed
@diego-aquino diego-aquino deleted the @diego-aquino/simplify-http-schema-types branch August 20, 2024 00:39
@diego-aquino diego-aquino self-assigned this Aug 20, 2024
@diego-aquino diego-aquino added this to the v0.9.0 milestone Aug 20, 2024
Copy link
Contributor

Released in v0.9.0 🎉

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