-
Notifications
You must be signed in to change notification settings - Fork 751
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
Remove "curried" nested resources and manually specified urlParams #625
Merged
Commits on May 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b8cbd25 - Browse repository at this point
Copy the full SHA b8cbd25View commit details -
Configuration menu - View commit details
-
Copy full SHA for d88a3e7 - Browse repository at this point
Copy the full SHA d88a3e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3cfe88 - Browse repository at this point
Copy the full SHA b3cfe88View commit details -
Extract urlParams from path instead of manual definition
Verified this is no different with: ```js const urlParams = utils.extractUrlParams(spec.path || ''); if ( !(spec.urlParams || []).every((x, i) => urlParams[i] === x) || (spec.urlParams || []).length !== urlParams.length ) { throw Error( 'mismatch' + JSON.stringify(urlParams) + JSON.stringify(spec.urlParams) ); } ``` inside StripeMethod
Configuration menu - View commit details
-
Copy full SHA for aeabd82 - Browse repository at this point
Copy the full SHA aeabd82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7842939 - Browse repository at this point
Copy the full SHA 7842939View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52219b - Browse repository at this point
Copy the full SHA e52219bView commit details -
Revert "Delete nested resource files"
This reverts commit d88a3e7.
Configuration menu - View commit details
-
Copy full SHA for e5eccb8 - Browse repository at this point
Copy the full SHA e5eccb8View commit details -
Fix nested resources for non-curried urlParams and update tests to de…
…monstrate their use
Configuration menu - View commit details
-
Copy full SHA for 71d5200 - Browse repository at this point
Copy the full SHA 71d5200View commit details -
Configuration menu - View commit details
-
Copy full SHA for f650b77 - Browse repository at this point
Copy the full SHA f650b77View commit details -
Revert "Revert "Delete nested resource files""
This reverts commit e5eccb8.
Configuration menu - View commit details
-
Copy full SHA for d58bbf8 - Browse repository at this point
Copy the full SHA d58bbf8View commit details
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.