Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 641 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 641 Bytes

Object Press - Angular Starter

Object Press API Usage Example

Content Endpoints

All "posts" for an App can be retrieved via JSON post request.

  • app: Requires App ID (string).
  • client: Requires Client ID (string).
  • limit: Number of posts to request. Default is all posts, not required (integer).
  • sort: Sort posts alphabetically. Default is sort by publishDate and not required (boolean).

Individual "posts" for an App can also be retrieved via JSON post request.

  • app: Requires App ID (string).
  • post: Requires Post ID (string).