ellipsesynergie / api-response

Simple package to handle response properly in your API.
MIT License
377 stars 53 forks source link

Allow custom headers in the response #24

Closed earnaway closed 8 years ago

maximebeaudoin commented 8 years ago

You commit message doesn't represent the purpose of your commit. You can use git commit --amend -m "Added optional headers arguments to most methods. Added default value for headers in interface".

Unfortunately, you have to force push after this change and because you working in master, this PR will be closed.

earnaway commented 8 years ago

Thanks for the heads up @maximebeaudoin. Would you be able to tag that commit so I can refer it to in my composer packages for use in our codebase, to not have to use our forked version.

maximebeaudoin commented 8 years ago

I'll do that today for sure. I have to do some tests before just in case.

earnaway commented 8 years ago

Perfect, thanks again!

maximebeaudoin commented 8 years ago

New tag 0.12.0 now available.

earnaway commented 8 years ago

Excellent, thanks very much!