This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename 'configuraton.data' to 'configuration.apiDescriptions'
* feat: add 'apiDescriptionMediaType' to the transaction object Add 'apiDescriptionMediaType' to the transaction object, turn '.data' into '.apiDescriptions', update docs. * test: put back incorrectly removed tests * test: don't use locale for sorting * refactor: remove 'apiDescriptionMediaType' from the public interface Because Dredd takes whatever Fury returns as the first media type from the .detect() function, it always gets application/swagger+json for OpenAPI 2, even for YAML files. It's not an issue for Dredd itself, but it is an issue once it's propagated to the transaction object.
- Loading branch information
1 parent
07c8c81
commit 8d517ac
Showing
21 changed files
with
365 additions
and
270 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
Oops, something went wrong.