-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(#zimic):
@zimic/http
package (#570)
### Refactoring - Created the package `@zimic/http` to contain resources related to HTTP. It is a peer dependency of `zimic` and should be installed alongside it. With this change, the following exports were affected: - `zimic` -> `@zimic/http` - `zimic/http` -> `@zimic/http` - `zimic/typegen` -> `@zimic/http/typegen` The errors `InvalidJSONError` and `InvalidFormDataError`, previously exported by `zimic` and `zimic/http`, are not exported by `zimic/interceptor/http`; The Zimic typegen CLI was also migrated to `@zimic/http` and can now be called with `zimic-http typegen openapi ...`. This PR starts migrating the documentation to consider `@zimic/http`. Further PRs will finish the migration. Part of #565.
- Loading branch information
1 parent
68a4209
commit 14fc235
Showing
244 changed files
with
1,515 additions
and
632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
apps/zimic-test-client/tests/interceptor/thirdParty/shared/default.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
apps/zimic-test-client/tests/interceptor/thirdParty/shared/schema.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.