Skip to content

Instantly share code, notes, and snippets.

@holmesal
Last active December 24, 2015 00:49
Show Gist options
  • Save holmesal/6719426 to your computer and use it in GitHub Desktop.
Save holmesal/6719426 to your computer and use it in GitHub Desktop.
namespaces and events for robin backstage
/events/:id/walls `create`
/walls/:id `update`, `delete`
/walls/:id/layouts `create`
/layouts/:id `update`, `delete`
/layouts/:id/sections `create`
/sections/:id `update`, `delete`
/sections/:id/contents `create`
/contents/:id `update`, `delete`
@lsiv568
Copy link

lsiv568 commented Sep 27, 2013

For consistency sake, I believe we decided to make layouts:

walls/:id/layouts create
walls/:id/layouts/:id update, delete

Am I remembering correctly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment