-
Notifications
You must be signed in to change notification settings - Fork 729
Refactored type definitions #1119
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
266ece7
Updated types generation script
delvedor 6f32178
Refactored api method definitions
delvedor da815b2
Updated test
delvedor 5f72949
Removed unused dependencies
delvedor bcbd8d7
Fixed definition
delvedor bbf23d5
Updated test
delvedor 87e5d63
Updated docs
delvedor 313b3bd
Improved events type definitions
delvedor 575cdba
Updated test
delvedor 6c67cd8
Minor fixes in the type definitons
delvedor 44930c9
More type test
delvedor 0225067
Merge branch 'master' into improve-typescript-test
delvedor 3b25cad
Improved Transport type definitions
delvedor a26cff1
Updated test
delvedor eda409d
Addressed comments
delvedor a236b21
Code generation
delvedor 4f30b94
Use RequestBody, Response and Context everywhere, also default Contex…
delvedor 39427ed
Updated test
delvedor 154f9a2
body -> hasBody
delvedor f9a3828
Merge branch 'master' into improve-typescript-test
delvedor dfd91e3
Merge branch 'master' into improve-typescript-test
delvedor 8aefac5
Fixed conflicts
delvedor 6325189
Updated code generation
delvedor a180027
Improved request body type definition
delvedor a4d4e1f
Merge branch 'master' into improve-typescript-test
delvedor fa1ba75
Updated code generation
delvedor bae02ac
Use BodyType for both request and reponses generics
delvedor 00c0a6a
API generation
delvedor c35ed2c
Updated test
delvedor 180e004
Updated docs
delvedor 7ed5f54
Use BodyType also in ReponseError
delvedor 009fc9e
Merge branch 'master' into improve-typescript-test
delvedor 7163fc7
Removed useless client generics
delvedor 190dc4c
Renamed generics and types
delvedor bb9f1f8
Updated test
delvedor 95ebb1f
Updated docs
delvedor 10991d8
Test ResponseBody as well
delvedor 41dd8f9
Simplify overloads
delvedor 91204d5
API generation
delvedor 832c7a4
Updated test
delvedor a959778
Merge branch 'master' into improve-typescript-test
delvedor e2f82a8
Updated error types
delvedor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -543,3 +543,4 @@ function intersect (first, ...rest) { | |
} | ||
|
||
module.exports = generate | ||
module.exports.ndjsonApi = ndjsonApi |
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.
Uh oh!
There was an error while loading. Please reload this page.