onion/rest

There is no license information available for the latest version (2.0.0) of this package.

2.0.0 2018-04-29 22:07 UTC

This package is auto-updated.

Last update: 2024-04-11 11:41:02 UTC


README

RESTful additions for onion/framework

As of now this package provides support for:

  • application/json: returns all data from the entity to the client as a json_encoded value
  • application/hal+json: "Big" HAL response with automatically replacing link placeholders with the items available as data for the object.
  • application/api+json: The foundation for JSON-API responses
  • application/ld+json: (Needs testing) A minimal JSON-LD capable serialization.

ToDo:

  • Write more tests
  • JSONAPI Transformation
  • Investigate JSON-LD