Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 808 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 808 Bytes

Pocci

A proof of concept. For making this more enjoyable.

Querying Site specific data

To query site specific data you must either add ?site=<site_slug> to your request query string or pass in the value {where: {siteSlug: <site_slug>}} as a filter in your query string.

Development Seed

The development seed contains the following pre-populated values:

Credentials

{
  "email": "admin@pocci.com",
  "password": "admin"
}

Site

{
  "domain": "localhost",
  "slug": "development",
  "displayName": "Default Development Site",
  "default": true,
  "id": 2
}

There is also pre-populated articles and pages. You can view them in the API explorer