Found 525 results for "gitana 4.0 developers api resources publishing"

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

Recommended Cloud CMS architecture

Recommended Cloud CMS architecture

Support Article

In general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden

Score: 3.2557
Overview

Gitana 4.0 / Content Engine

Documentation Reference

Boost content value with Gitana's high-performance engine—automate, publish faster, and engage your audience effortlessly. (Gitana 4.0)

Score: 3.2233
Go

Gitana 4.0 / Developers / Drivers / Go

Documentation Reference

Connect your Go app to Gitana effortlessly with our Go driver. Current version: v0.1.3. (Gitana 4.0)

Score: 3.1962
Is there a programmatic way to add more content to workflows?

Is there a programmatic way to add more content to workflows?

Support Article

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 3.1165
How to unpublish content

How to unpublish content

Support Article

Cloud CMS provides a range of options for making content available to your presentation tier. The most common scenarios are: 1) Use the Publishing setup within Cloud CMS; Workflow, Lifecycle states, deployment configurations. https://www.cloudcms.com/documentation/welcome/publishing.html With Publishing Enabled for a project, there are 2 simple workflows: `simple publish` and `simple unpublish`. See the Publishing example for further details: https://www.cloudcms.com/documentation/publishing/exa

Score: 3.0825
Overview

Gitana 4.0 / Self Managed

Documentation Reference

Deploy Gitana on-premise with Kubernetes and Helm for customizable API, UI, and antivirus containers. (Gitana 4.0)

Score: 3.0684
Configuration

Gitana 3.2 / Guide / Guide / UI Developers Guide / Configuration

Documentation Reference

Optimize your UI with a fast, flexible configuration service using JSON blocks for efficient, conditional rendering. (Gitana 3.2)

Score: 3.0637
Configuration

Gitana 4.0 / Developers / User Interface Customization / Configuration

Documentation Reference

Optimize your user interface with a fast configuration service, evaluating and merging JSON blocks in milliseconds. (Gitana 4.0)

Score: 3.0637
Sign up for a free 14-day trial account - Gitana

Sign up for a free 14-day trial account - Gitana

Web Page

Sign up for a free 14-day trial account - Gitana Try Gitana All we need is a valid email address to get started. We'll send you a link that you can use to sign up. Get Started

Score: 3.0618
C#

Gitana 4.0 / Developers / Drivers / C#

Documentation Reference

Connect .NET apps to Gitana effortlessly with the C# driver for robust functionality and easy API integration. (Gitana 4.0)

Score: 3.057
Ruby

Gitana 4.0 / Developers / Drivers / Ruby

Documentation Reference

Enhance your Ruby apps with Gitana's open-source driver for seamless API integration. (Gitana 4.0)

Score: 3.0425
Translate

Gitana 3.2 / Guide / Guide / Integrations / Azure / Translate

Documentation Reference

Optimize your app with Microsoft Translator API for seamless multilingual support in your solutions. (Gitana 3.2)

Score: 3.0414
Translate

Gitana 4.0 / Content Engine / Integrations / Azure / Translate

Documentation Reference

Integrate Microsoft Translator API with Azure for seamless multilingual support and automatic I18N translations. (Gitana 4.0)

Score: 3.0414
How do I run custom validation before something is deleted?

How do I run custom validation before something is deleted?

Support Article

Cloud CMS provides several ways to run validation ahead of deletion. There are many use cases where this employed - such as: Preventing an Image from being deleted when it is being referenced by a live Web Page Preventing a required sub-object from being deleted Preventing something from deleted when one or more other things are referencing it or depend on it in some way Here are a few approaches which are commonly used: ## Content Model Dependencies We implement link validation via the graph. S

Score: 2.9916
Overview

Gitana 4.0

Documentation Reference

Explore Cloud CMS 4.0 Documentation for comprehensive guides and chapters to enhance your cloud content management skills.

Score: 2.941
Overview

Gitana 4.0 / Reference

Documentation Reference

Explore comprehensive Gitana data type reference guides, detailing schemas, properties, methods, and more for effective usage. (Gitana 4.0)

Score: 2.9211
Facebook

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / Facebook

Documentation Reference

Authenticate seamlessly with Facebook API in Cloud CMS via easy setup and integration. (Gitana 3.2)

Score: 2.9192
Python

Gitana 4.0 / Developers / Drivers / Python

Documentation Reference

Connect Python apps to Gitana effortlessly; supports Flask, Django, CRUD operations, and more. (Gitana 4.0)

Score: 2.907
Web Hook

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web Hook

Documentation Reference

Automate workflows with HTTP(S) POST webhooks to trigger remote services securely. Data-rich payloads enhance efficiency. (Gitana 3.2)

Score: 2.8744
Web Hook

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web Hook

Documentation Reference

Enable seamless integration with customizable webhooks for efficient automation of workflows and tasks via HTTP requests. (Gitana 4.0)

Score: 2.8744
PHP

Gitana 4.0 / Developers / Drivers / PHP

Documentation Reference

Connect your PHP apps to Gitana with a robust API driver offering OAuth, HTTPS, and more. Free and open-source. (Gitana 4.0)

Score: 2.8719
CVE-2022-22965

Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965

Documentation Reference

Upgrade to Cloud CMS 3.2.76 to protect against CVE-2022-22965 or apply recommended workarounds. Stay secure. (Gitana 3.2)

Score: 2.8679
Oauth 2.0 tokens

Oauth 2.0 tokens

Support Article

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: 2.7896
How does Cloud CMS work with a CDN

How does Cloud CMS work with a CDN

Support Article

There are a few places where this either occurs automatically if you're using our hosted service or can occur optionally if you're either running within Docker containers on your own or integrating to custom CDN endpoints. First, the API itself can be fronted by a CDN that supports fallback lookup to an origin server. In this case, we recommend Amazon CloudFront with short-lived TTLs on cache headers. More specifically, you can use Amazon's API Gateway to get caching coverage across multiple geo

Score: 2.7716
cURL

Gitana 4.0 / Developers / Frameworks / cURL

Documentation Reference

Comprehensive cURL guide for Cloud CMS API connectivity, examples, and setup instructions. (Gitana 4.0)

Score: 2.7194