Found 532 results for "gitana 4.0 developers api resources public"

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

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

Authenticate users in your Cloud CMS app using Facebook. Set up a Facebook Developer Account to obtain essential API tokens for integration.

Score: 2.8471158

Gitana / 4.0 / Developers / Application Server / Authentication / Providers / Facebook

Optimize Facebook authentication with API keys for secure user validation and profile loading in Cloud CMS App Server.

Score: 2.8471158

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: 2.8462307

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

Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.

Score: 2.831027

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

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 2.8170195

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

Enable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.

Score: 2.8170195

Gitana / 3.2 / Guide / Guide / Policies / Property Policies

Enhance your property management with granular policies for creating, updating, or deleting properties. Customize your workflow effectively.

Score: 2.8161466

Gitana / 4.0 / Content Engine / Behaviors / Policies / Property Policies

Enhance your property management with granular policies for creating, updating, or deleting properties. Customize your workflow effectively.

Score: 2.8161466

Gitana / 3.2 / Guide / Guide / Policies / Data List Policies

Optimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.

Score: 2.798529

Gitana / 4.0 / Content Engine / Behaviors / Policies / Data List Policies

Optimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.

Score: 2.798529

Gitana / 3.2 / Guide / Guide / Policies / Attachment Policies

Optimize attachment management with policies for creating, updating, or deleting nodes efficiently. Learn method signatures & policy rules here.

Score: 2.7266514

Gitana / 4.0 / Content Engine / Behaviors / Policies / Attachment Policies

Optimize attachment management with policies for creating, updating, or deleting nodes efficiently. Learn method signatures & policy rules here.

Score: 2.7266514

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: 2.7245467

Gitana / 3.2 / Guide / Guide / Policies / Association Policies

Optimize association policies in Cloud CMS by triggering custom handlers during node connections and disconnections. Enhance content graph management.

Score: 2.71101

Gitana / 4.0 / Content Engine / Behaviors / Policies / Association Policies

Optimize association policies in Cloud CMS by triggering custom handlers during node connections and disconnections. Enhance content graph management.

Score: 2.71101

Cloud CMS and Two-way Replication

When we designed Cloud CMS, we wanted to give our customers the choice of running the platform both in the cloud and on-premise. The cloud makes sense for a lot of infrastructure needs but we recognize that some of our customers will want to have their own hosted installation of the platform. We also wanted to give our customers the ability to push and pull data between their on-premise installations and the cloud platform (whether our public installation or a private cloud the customer runs). T

Score: 2.6906903

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: 2.6816597

Gitana / 3.2 / Guide / Guide / Docker / Maintenance / Container Hooks

Optimize container lifecycle management in Kubernetes with HTTP hooks for smooth deployment and graceful shutdowns. Learn how to configure routes and security.

Score: 2.635492

Gitana / 3.2 / Guide / Guide / User Interface / Workflow

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 2.6230383

Gitana / 4.0 / User Interface / Workflow / Overview

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 2.6230383

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.5892038

Gitana / 4.0 / Developers / User Interface Customization / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.5892038

The Beauty of Cloud CMS Chaining

Chaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m

Score: 2.5734892

How to monitor API traffic from a node js app

It is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host

Score: 2.5571659

Tree Hierarchies

In Cloud CMS, there are no hard and fast rules regarding association types between nodes. And so, when dealing with things like tree structures, you usually have to first make some assumptions about the kinds of relationships between nodes that you want to traverse. For arbitrary relationships and traversals around nodes, Cloud CMS provides traversal methods which are a bit more intensive to use. However, if you're using typical a:child relationships between nodes (which is what Cloud CMS uses f

Score: 2.5569701