Skip to content

Zealous Zebu (7.x-1.0-rc1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@amitaibu amitaibu released this 25 Nov 18:43
· 922 commits to 7.x-2.x since this release
 _____   _________    __   ____  __  _______    _____   __________  __  __
/__  /  / ____/   |  / /  / __ \/ / / / ___/   /__  /  / ____/ __ )/ / / /
  / /  / __/ / /| | / /  / / / / / / /\__ \      / /  / __/ / __  / / / / 
 / /__/ /___/ ___ |/ /___ /_/ / /_/ /___/ /     / /__/ /___/ /_/ / /_/ /  
/____/_____/_/  |_/_____\____/\____//____/     /____/_____/_____/\____/   

First release candidate for RESTful.

This release brings you all the features that you've learned to use so far:

  • Generate the output that you want not the one that you can.
  • Output whatever data you need, not limited to entities (or even the database).
  • Version your API.
  • Leverage the built in render cache.
  • Prevent flooding using the rate limits.
  • Use any output format you can imagine. RESTful comes with JSON and HAL+JSON by default.
  • Authenticate your users using any of the available providers (Basic auth, cookie bases and bearer token), or provide your own.
  • Have your API discoverable and save yourself from writing outdated docs.
  • Upload files, browse users, …