Found 406 results for "docs api layouts"

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

Gitana / 3.2 / Guide / Guide / Authentication / Drivers

Learn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.

Score: 0.8370925

Gitana / 4.0 / Developers / Authentication / Drivers

Learn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.

Score: 0.8370925

Gitana / 4.0 / Content Engine / Nodes / Attachments

Efficiently store and retrieve binary assets with Cloud CMS, supporting attachments for objects like Content Nodes, Users, and Archives.

Score: 0.8370925

Gitana / 3.2 / Guide / Guide / GraphQL

Optimize your content integration in Cloud CMS with GraphQL, offering seamless query and search capabilities for developers.

Score: 0.83567554

Gitana / 4.0 / Content Engine / Graph QL / Overview

Explore Cloud CMS's comprehensive GraphQL API for streamlined content queries and integration with real-time schema adaption based on branch model changes.

Score: 0.83567554

Oauth 2.0 tokens

Each response from Cloud CMS provides two tokens: an access token and a refresh token. The access token is the one that you need to attach to every API call. It gets passed through the Authorization header as "bearer " and Cloud CMS uses this to identify who the authenticated user is (and thus, what resources they have access to and so forth). By default, the access token has a lifespan of 24 hours. After that period of time, it is no longer valid and any requests will come back wit

Score: 0.82539684

Gitana / 3.2 / Guide / Guide / Application Server / Tags / @queryOne

Optimize your node queries with @queryOne. Retrieve and display single content items efficiently with advanced sorting, filtering, and caching options.

Score: 0.8120151

Gitana / 4.0 / Developers / Application Server / Tags / @queryOne

Optimize your node queries with @queryOne. Retrieve and display single content items efficiently with advanced sorting, filtering, and caching options.

Score: 0.8120151

Gitana / 4.0 / Developers / Drivers / PHP

Connect PHP apps to Gitana with our open-source driver. Access API with ease, manage OAuth, and perform content operations effectively.

Score: 0.8120151

Gitana / 4.0 / Developers / Drivers / Python

Easily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.

Score: 0.8120151

Gitana / 3.2 / Guide / Guide / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 0.81001675

Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / HTTP Deployment Handler

Effortlessly deploy packages to custom HTTP endpoints for advanced data management and integration with this powerful handler.

Score: 0.81001675

Gitana / 4.0 / Content Engine / Behaviors / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 0.81001675

Gitana / 4.0 / Content Engine / Deployment / Deployment Handlers / HTTP Deployment Handler

Deploy and manage custom packages to HTTP endpoints efficiently. Integrate with databases, CDNs, and more using basic authentication.

Score: 0.81001675

Gitana / 3.2 / Guide / Guide / Bulk Import / Nodes

Easily import content with Cloud CMS Bulk Import tool from structured files on disk, supporting articles and authors like Daenerys and Jon.

Score: 0.7865126

Gitana / 3.2 / Guide / Guide / Features / Container

Learn how Cloud CMS allows flexible node relationships without assumed structures, supporting container models with the f:container feature.

Score: 0.7865126

Gitana / 3.2 / Guide / Guide / Docker / Upgrades / 3.2.73

Upgrade to Cloud CMS 3.2.73, connect Elastic Search via condor client, and optimize using our command line upgrade tool.

Score: 0.7865126

Gitana / 3.2 / Guide / Guide / Docker / Upgrades / 3.2.74

Upgrade smoothly to Cloud CMS 3.2.74 with our tools for configuring Elastic Search clients and using the Command Line Client for optimal performance.

Score: 0.7865126

Gitana / 3.2 / Guide / Guide / Docker / Upgrades / 3.2.76

Upgrade to Cloud CMS 3.2.76 with new tools for seamless configuration and Elastic Search integration using the optimized condor client.

Score: 0.7865126

Gitana / 4.0 / Content Engine / Aspects / Container

Learn how Cloud CMS allows flexible node relationships without assumed structures, supporting container models with the f:container feature.

Score: 0.7865126

Gitana / 4.0 / Content Engine / Bulk Import / Nodes

Efficiently import and manage content with Cloud CMS Bulk Import tool using structured data files, perfect for organizing projects with ease.

Score: 0.7865126

How do I search for nested content?

Cloud CMS maintains two indexes that are of interest for finding things. The primary index is the MongoDB index - against which you can run any query you can dream up using the MongoDB DSL. The secondary index is the Elastic Search index - against which you can run any search you can dream up using the Elastic Search DSL. For information all kinds of really powerful stuff you can do with this, see: https://www.cloudcms.com/documentation/content-services/query.html https://www.cloudcms.com/docume

Score: 0.7865126

Gitana / 4.0 / Reference / Types / Application

Manage your app's data store effectively with user registration, email services, and settings with our comprehensive application platform.

Score: 0.7859163

Programmatically create content in a folder?

The Cloud CMS content API lets you work with JSON to create any kind of content you'd like. It supports any JSON structure you desire and also supports a number of special properties that you can use to make life easier for you. These special properties are: _rootNodeId - The mount node ID of the root against which relatives path are computed. By default, this is the root of the repository. In general, it isn't necessary to use this property unless you have multiple mount nodes configured. And m

Score: 0.76256317

How we use Docker at Cloud CMS

At Cloud CMS, we use Docker to provision our cloud infrastructure servers on top of Amazon Web Services. Our stack consists of five different clusters: Cloud CMS API Cloud CMS UI Cloud CMS App Server for Dynamic Hosting Elastic Search MongoDB With the exception of MongoDB, all of these clusters are allocated using elastic load balancing and are architected in such a way that we can spin up new servers and tear down old ones with elastic demand. That is to say, they are fully elastic in design. T

Score: 0.7608004