Haz
Haz
I don't know if I got it. Can you list some requests, the expected and the actual behavior? Something like this: - **Request**: `GET /users/123` authenticated as user `456` -...
`authorOrAdmin` needs two things: - the current user who made the request; - the fetched resource to compare the user with the author field. The current user is passed by...
Hi @antojsh! You should use `x-www-form-urlencoded`.
The code seems right. That's probably something with your request. Also, there's no error `407` as far as I know. Could you explain exactly how you're doing the requests (or...
This is a requirement since the beginning (as you can see [here](https://github.com/diegohaz/generator-rest#todo)), and I have some idea on how to do that, but I would like to see more use...
Switching to mailgun (or adding an option to use it on the generator) should not be a problem, as this is encapsulated on a [service](https://github.com/diegohaz/generator-rest/tree/master/generators/app/templates/services/sendgrid). I will really appreciate some...
@cameronroe It's not released yet, but currently `generator-arc` has the following commands:      It will be fire tested later today on a hackathon with dozen of...
I didn't get it. Can you post some code of what is currently happening and what you would like to happen?
@maustand It's not automatic. You should make the changes in your fork. The package.json problem is really annoying. I'll try to think in another solution. In the meanwhile, we'll still...
@maustand, I fixed tests on the branch https://github.com/diegohaz/rest/tree/maustand-master (tried to push to your repo, but I guess you've created the PR without allowing changes, so I don't have access. In...