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

Assembly-WebCrew/pocci

Repository files navigation

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": "[email protected]",
  "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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published