Skip to content

Documentation for developers who use pollygot.com as a CMS for their own website

Notifications You must be signed in to change notification settings

pollygot/Developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Pollygot Developers

Using the API

# Request a list of posts
https://api.pollygot.com/v1/posts?tenant={TENANT_ID}

# Request a single post
# Note that you still have to pass the Tenant ID (different tenants can have the same slug for their posts)
https://api.pollygot.com/v1/posts/{post-slug}?tenant={TENANT_ID}

About

Documentation for developers who use pollygot.com as a CMS for their own website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published