This repository was archived by the owner on Dec 25, 2024. It is now read-only.
 
 
 - 
 
- 
  Notifications
 You must be signed in to change notification settings 
- Fork 14
Add python AWS Signature v4 support #64
 
  Closed
 
 
 jblakeney
 wants to merge
 11
 commits into
 openapi-json-schema-tools:2_0_0 
from
jblakeney:python_awsv4_support
 
 
 
  
 
 
 
  Closed
 Changes from all commits
 Commits
 
 
 Show all changes
 
 
 11 commits
 
 
 Select commit
 Hold shift + click to select a range
 
 fc62633
 
 v2 version updated
 
 
 spacether 2322d25
 
 v2 Restructures endpoint parameter, body + response information (#57)
 
 
 spacether 1d24614
 
 v2 Adds request body module (#58)
 
 
 spacether 8b13321
 
 v2 adds parameter, response, response header modules (#59)
 
 
 spacether 334b511
 
 v2 Moves models into components.schema package (#60)
 
 
 spacether 9853601
 
 CHanges complexType to refClass (#62)
 
 
 spacether ef6b469
 
 Add python AWS v4 support
 
 
 jblakeney-evertz 029c019
 
 
 jblakeney-evertz b362b5b
 
 Update test data to include minimal set of endpoints
 
 
 jblakeney-evertz 5906cb6
 
 fix test by importing from the newly located module location
 
 
 jblakeney-evertz 9af29c2
 
 
 jblakeney-evertz File filter
Filter by extension
Conversations
 Failed to load comments. 
 
 
 
  Loading
 
 Jump to
 The table of contents is too big for display.
 
 Diff view
Diff view
There are no files selected for viewing
 
 
 This file contains hidden or 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 hidden or 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
 
 
 
 
 
 
 
 
 7 changes: 7 additions & 0 deletions
 
 
 
 bin/configs/python_aws_sigv4.yaml
 
 
 
 
  
 
 
 
 
 
 
 This file contains hidden or 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
 
 
 
 
 | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| generatorName: python | ||
| outputDir: samples/openapi3/client/petstore/python_aws_sigv4 | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about renaming the spec file something like signing_spec.yaml? | ||
| inputSpec: modules/openapi-json-schema-generator/src/test/resources/3_0/python/petstore-with-fake-endpoints-models-for-testing-with-aws-sigv4.yaml | ||
| templateDir: modules/openapi-json-schema-generator/src/main/resources/python | ||
| additionalProperties: | ||
| packageName: petstore_api | ||
| recursionLimit: "1234" | ||
 
 
 This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
 
 
 
 Add this suggestion to a batch that can be applied as a single commit.
 This suggestion is invalid because no changes were made to the code.
 Suggestions cannot be applied while the pull request is closed.
 Suggestions cannot be applied while viewing a subset of changes.
 Only one suggestion per line can be applied in a batch.
 Add this suggestion to a batch that can be applied as a single commit.
 Applying suggestions on deleted lines is not supported.
 You must change the existing code in this line in order to create a valid suggestion.
 Outdated suggestions cannot be applied.
 This suggestion has been applied or marked resolved.
 Suggestions cannot be applied from pending reviews.
 Suggestions cannot be applied on multi-line comments.
 Suggestions cannot be applied while the pull request is queued to merge.
 Suggestion cannot be applied right now. Please check back later.