Fetch Data from Pure CMS

Fetch pages, sitemaps, and user data from the Pure CMS API.

Updated Dec 17, 2022
One-click install
npx skills add https://github.com/shishiv30/pure --skill fetch-data-from-pure-cms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fetch Data from Pure CMS
Source: https://github.com/shishiv30/pure/tree/main/.cursor/skills/fetch-cms-data
Command: npx skills add https://github.com/shishiv30/pure --skill fetch-data-from-pure-cms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of retrieving content and data from the Pure CMS, enabling dynamic content integration into applications without manual API wrangling.

Core Features & Use Cases

  • Fetch Public Content: Retrieve published pages and sitemap entries without authentication.
  • Authenticated Access: Log in, manage pages, and access user data with appropriate roles.
  • Use Case: Displaying the "About Us" page content fetched directly from the CMS into a web application.

Quick Start

Use the fetch-cms-data skill to get the content for the 'about' page.

Frequently Asked Questions about Fetch Data from Pure CMS

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch data from Pure CMS into my web application?

You can fetch data from the Pure CMS API to retrieve published pages and sitemap entries, enabling dynamic content integration into web applications without manual API wrangling.

Can I retrieve public CMS content without authentication?

Yes, you can retrieve public content without authentication by fetching published pages and sitemap entries directly from the Pure CMS API for public access.

How does session-based authentication work for accessing user data in Pure CMS?

Session-based authentication requires logging in with appropriate roles to manage pages and access user data, ensuring secure data retrieval through role-based access control.

What's the best way to display an About Us page fetched from a CMS API?

Fetching the specific page content from the CMS API allows you to display the About Us page dynamically by integrating the retrieved data directly into your web application.

Does Pure CMS API support role-based access control for managing pages?

Yes, the Pure CMS API supports role-based access control, requiring authenticated sessions to manage pages and access user data with appropriate roles for secure data retrieval.

Why does fetching authenticated CMS content require handling session management?

Fetching authenticated CMS content requires session management because the API uses session-based authentication to enforce role-based access control for secure data retrieval.