Rest API
Bloggo creates a REST API for front end developers to serve:
- posts
- categories
- tags
- authors
- uploaded files such as post covers and user avatars.
Front end developers can use this api endpoints to create a website to serve content to end users/your audience.
Also there’s a POST
request to increase post view count. Bloggo panel has a built-in statistics page that allow track this views by time, user agent which means can provide your audiences’ operating system, device type, browsers.
To safely communicate with your frontend server, Bloggo uses a X-Trutest-Frontent
header to authenticate your frontend. So it’s highly recommende a server side static site generation.
Yes, getting posts, tags, authors or tags may be public. But read count may be used abuse.
Note: There will be a project named Froggo to seamlessly integrate a frontend for your audience.
REST API docs are available on admin panel on Bloggo.