Skip to content

Instantly share code, notes, and snippets.

@jaredpalmer
Created May 3, 2016 14:40
Show Gist options
  • Save jaredpalmer/a608763ab5101a0610de046309d5548a to your computer and use it in GitHub Desktop.
Save jaredpalmer/a608763ab5101a0610de046309d5548a to your computer and use it in GitHub Desktop.
mockapi
/party/:id
/person/:id
id
isActive
firstName
lastName
designation
email
billingAddress {}
mailingAddress {}
customerType
customerTypeDescription
paidThrough
joinDate
roles []
parentPartyId
chapterId
/party/:id/activity
/organization/:id
/product/:id
/product/:id/edit
/product/new
/search
/chapter/:id
/chapter/:id/members
/chapter/:id/members/edit
/chapter/:id/members/new
/chapter/:id/officers
/chapter/:id/officers/edit
/chapter/:id/posts
/chapter/:id/posts/:id
/chapter/:id/posts/:id/edit
/chapter/:id/posts/new
/chapter/:id/events
/chapter/:id/event/:id
/chapter/:id/event/new
/chapter/:id/event/:id/edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment