Skip to content

Instantly share code, notes, and snippets.

@immutef
Created November 13, 2010 09:36
Show Gist options
  • Save immutef/675214 to your computer and use it in GitHub Desktop.
Save immutef/675214 to your computer and use it in GitHub Desktop.
REST configuration [DRAFT]
rest.config:
users:
path: /users
provider: users
properties: [id]
methods: [*index, read, *create, update, delete] # methods prefixed with * are property-less
formats: [html, json, xml, yaml]
providers:
users:
entity:
manager: doctrine.orm.entity_manager
class: UserBundle:User
rest_users:
resource: rest:users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment