-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make minimal additions to start adding an API gateway Model type, wit…
…h a single test. Add a test for adding a model with valid JSON schema. Document some test cases. Add support for optional model name/description properties. Add test for consumption of a model in a MethodResponse. Add test case for importing an existing model, and using it. Clean up testing todo list. Add test case for exporting a model. Update formatting from 4 to 2 spaces. Create IModelConstruct to expose IConstruct properties on concrete implementations of IModel. Fix tests from rebase to updated master. Add method to RestApi to direclty add a model. Tweak some documentation and add an integration test for an API with defined models. Expose property on model that can be used to generate a canonical reference for another external model to consume.
- Loading branch information
1 parent
4e105a3
commit 3a4fd4f
Showing
10 changed files
with
84,187 additions
and
27 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.