8000 Use URI parameters as service params and remove bodyParser dependendency by daffl · Pull Request #77 · feathersjs/feathers · GitHub
[go: up one dir, main page]

Skip to content

Use URI parameters as service params and remove bodyParser dependendency#77

Merged
daffl merged 1 commit into< 8000 a href="/feathersjs/feathers/tree/master" aria-describedby="_R_dirb1d_" class="PullRequestBranchName-module__truncateBranch__cQb3D prc-BranchName-BranchName-CMTaU">masterfrom
bodyparser-params-update-76
Jun 11, 2014
Merged

Use URI parameters as service params and remove bodyParser dependendency#77
daffl merged 1 commit intomasterfrom
bodyparser-params-update-76

Conversation

@daffl
Copy link
Member
@daffl daffl commented Jun 11, 2014

This pull request adds req.params as service parameters so that routes like app.use('/:app/todos', todoService) will pass the app name as params.app. Also removes the body-parser hard dependency and makes you use your own. Closes #76 and closes #73.

@daffl daffl added this to the 1.0.0 milestone Jun 11, 2014
@daffl daffl mentioned this pull request 8000 Jun 11, 2014
daffl added a commit that referenced this pull request Jun 11, 2014
Use URI parameters as service params and remove bodyParser dependendency
@daffl daffl merged commit 7c0aec8 into master Jun 11, 2014
@daffl daffl deleted the bodyparser-params-update-76 branch June 11, 2014 18:30
daffl added a commit that referenced this pull request Aug 19, 2018
daffl added a commit that referenced this pull request Aug 21, 2018
daffl added a commit that referenced this pull request Aug 21, 2018
)

* Properly dispatch arrays that do not come from Feathers hook events

* Check if data is an array instead

* Remove unecessary code in tests
daffl pushed a commit that referenced this pull request Aug 21, 2018
* fix(package): update @feathersjs/transport-commons to version 4.0.0

* Account for connection being passed
daffl added a commit that referenced this pull request Aug 22, 2018
)

* Properly dispatch arrays that do not come from Feathers hook events

* Check if data is an array instead

* Remove unecessary code in tests
daffl pushed a commit that referenced this pull request Aug 22, 2018
* fix(package): update @feathersjs/transport-commons to version 4.0.0

* Account for connection being passed
daffl added a commit that referenced this pull request Aug 25, 2018
jslint error in authentication
daffl added a commit that referenced this pull request Aug 29, 2018
daffl pushed a commit that referenced this pull request Aug 29, 2018
Adding support for OAuth2 token based auth strategies. Closes #46.
daffl added a commit that referenced this pull request Aug 29, 2018
daffl pushed a commit that referenced this pull request Aug 29, 2018
Adding support for OAuth2 token based auth strategies. Closes #46.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add route params to feathers params Remove bodyParser dependency

2 participants

0