jacwright / RestServer

A PHP REST server for providing a very light-weight REST API.
MIT License
510 stars 194 forks source link

Configurable Default Format #121

Open spyke01 opened 4 years ago

spyke01 commented 4 years ago

This commit allows for the default response format to be changed. This will let developers set the default format for their API without the need for additional query parameters.