Skip to content

v0.9

Latest
Compare
Choose a tag to compare
@novopl novopl released this 04 Mar 00:06
· 57 commits to master since this release
b9da118

Features

  • restible now supports and endpoint having multiple route parameters. This
    makes it possible to express composite primary keys in URL and easily create
    nested API endpoints.

Changes

  • Now all RestResource.*_item() methods receive the request as their first
    argument.