Found 579 results for "api content-models overview"

The search executed in 0.001821362 seconds. That's fast.

Gitana 3.2 / Guide / Guide / User Interface / Workflow / View Active/Inactive Workflow

View and manage active or inactive workflows at both platform and project levels with ease. Access comprehensive workflow insights across projects.

Score: 1.3549803

Gitana 4.0 / User Interface / Workflow / View Active/Inactive Workflow

Easily view and manage active and inactive workflows at both the Platform and Project levels with our intuitive interface.

Score: 1.3549803

Gitana 4.0 / Developers / Frameworks / Postman

'Learn how to connect Cloud CMS using Postman with this comprehensive guide and enhance your API testing experience efficiently.'

Score: 1.3463308

Gitana 4.0 / Reference / Types / Object

Explore our comprehensive guide on object properties, methods, and schema for enhanced development, featuring useful links to accelerate your coding journey.

Score: 1.3374916

Gitana 4.0 / Developers / Frameworks / cURL

Learn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.

Score: 1.3345612

Gitana 4.0 / Developers / Frameworks / Next.js

Build and deploy static sites with Next.js and Cloud CMS. Easy setup, configuration guides, and example projects included.

Score: 1.3343542

Gitana 4.0 / Developers / Frameworks / SvelteKit

Build static and hybrid sites effortlessly with SvelteKit and Cloud CMS. Discover tools, API setup, and sample projects to enhance your development.

Score: 1.3343542

Cloud CMS Architecture

Cloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit

Score: 1.3343542

Gitana 4.0 / Developers / Frameworks / Gatsby

Build static sites effortlessly with Gatsby and Cloud CMS. Connect using our GraphQL plugin and explore examples to jumpstart your project.

Score: 1.334199

Gitana 4.0 / Developers / Frameworks / Nuxt.js

Create static sites effortlessly with Nuxt.js and Cloud CMS. Access tools, examples, and the Cloud CMS Nuxt module for seamless content integration.

Score: 1.334199

How does Cloud CMS compare to Contentful?

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published one-by-one. Workflow Process Flexible workflow capability. Allows teams and roles to be created along with a workflow designer for defi

Score: 1.3278847

My UI modules aren't deploying. What should I check?

If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,

Score: 1.3255106

Gitana 4.0 / Self Managed / Containers / UI Server

Optimize your Cloud CMS editorial experience with a Node.js UI Server. Extensible, built for Docker, and supports GitHub, BitBucket integrations.

Score: 1.3254507

Gitana 4.0 / Developers / Frameworks / AngularJS

Connect Gitana content to your Angular app easily. Follow step-by-step instructions to set up API Keys and kickstart your project with sample code.

Score: 1.3244315

Gitana 4.0 / Developers / Frameworks / React

Learn to connect React apps with Cloud CMS. Access API keys, explore bookstore site, and setup using Gitana SDK for seamless content integration.

Score: 1.3244315

Gitana 4.0 / Developers / Frameworks / Vue.js

Learn to connect Vue.js apps to Cloud CMS with this guide, featuring API key setup and a sample bookstore project for Nuxt.js developers.

Score: 1.3244315

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / role-subcontext

Optimize project roles with customizable permissions and properties for enhanced control and management within role subcontexts.

Score: 1.3238224

Gitana 4.0 / Developers / User Interface Customization / Contexts / role-subcontext

Optimize project roles with customizable permissions and properties for enhanced control and management within role subcontexts.

Score: 1.3238224

Gitana 4.0 / Reference / Types / Remote deployment info

Explore remote deployment with detailed object schema and properties. Access cookbooks for languages like C#, Java, and Python to accelerate development.

Score: 1.3238224

Comparison: Cloud CMS vs Contentful

Looking for the best CMS online? Review these points to help guide your headless CMS selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Flexibility JSON schema with types and associations that you can continually evolve in-place. Basic content model only, difficult to change once configured Update Strategy Documents are published individually, or as part of larger change

Score: 1.3209904

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / team-subcontext

Explore team management with an overview, policies, properties, roles, and the users directory for effective project collaboration.

Score: 1.317092

Gitana 4.0 / Developers / User Interface Customization / Contexts / team-subcontext

Explore team management with an overview, policies, properties, roles, and the users directory for effective project collaboration.

Score: 1.317092

Gitana 3.2 / Guide / Guide / Docker / Container Services / Amazon ECS

Optimize deployment and scaling of containerized apps on AWS with Amazon ECS and Gitana SDK for best practices and configurations.

Score: 1.313223

Gitana 3.2 / Guide / Guide / Docker / Kits

Download pre-built Cloud CMS Docker kits for common scenarios, ideal for quick setup or as a configuration reference. Explore our resources now.

Score: 1.3126094

Proxy API calls

Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes//attachments/thumb.jpg It works great as an API URL but not necessarily as one that can be resolved by the end user's browser. In a typical Node.js-based architecture, you have the User’s browser Node.js application server Cloud CMS backend API The URL generated above is the URL directly to the resource in the backend API. What you really would pre

Score: 1.3116288