Found 579 results for "gitana 4.0 engine api datatypes repository"

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

Gitana / 4.0 / Developers / Frameworks / SvelteKit

Create static and hybrid websites effortlessly with SvelteKit, leveraging Cloud CMS integrations. Find setup tools, examples, and API key configuration.

Score: 2.961677

Gitana / 4.0 / Overview

Discover all features and capabilities of Cloud CMS 4.0 with our comprehensive documentation guide.

Score: 2.9498906

How to find the Repository ID for a Project?

There are a few ways to get the repository ID for a project. The easiest way is: log in to your tenant go to your Project add "/stack" to the url The "/stack" suffix will show you the members of the stack. If you then click on "workbench 'content' repository", you'll see the ID for the repository in the URL. Another way is to click on a document in your project and then click on "View in API". The URL that comes up will have the repository ID in it as well.

Score: 2.935073

Gitana / 4.0 / Developers / Frameworks / React

Learn how to seamlessly connect React apps to Cloud CMS with step-by-step guides, API key setup, and sample project insights.

Score: 2.9181945

Gitana / 4.0 / Developers / Frameworks / Vue.js

Learn how to connect Vue.js apps to Cloud CMS with API keys, examples, and setup guidance for seamless integration.

Score: 2.9181945

Gitana / 4.0 / Getting Started / Working with Content / Versioning

Explore seamless collaboration with Cloud CMS's changeset versioning—unlocking distributed workflows, effortless merging, and secure content rollbacks.

Score: 2.9087489

Gitana / 4.0 / Developers / Frameworks / Gatsby

Build static sites effortlessly with Gatsby and Cloud CMS. Learn integration, manage API keys, and explore our bookstore example. Get started today!

Score: 2.8956041

Gitana / 4.0 / Developers / Frameworks / Nuxt.js

Build static sites effortlessly with Nuxt.js and Cloud CMS. Access content seamlessly and explore sample projects for easy integration.

Score: 2.8956041

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

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

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 / Security

Secure your content with Cloud CMS. Our platform offers robust, multi-layered access controls ensuring only authorized users access your data.

Score: 2.8239055

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

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

Gitana / 3.2 / Guide / Guide / Application Server / URL Addressability / Node URLs

Optimize your content delivery with Node URLs for efficient retrieval and caching, supporting CDN and on-the-fly transformations.

Score: 2.7611759

Gitana / 4.0 / Developers / Application Server / URL Addressability / Node URLs

Optimize your content delivery with Node URLs for efficient retrieval and caching, supporting CDN and on-the-fly transformations.

Score: 2.7611759

OAuth2, Clients and Authentication Grants

One of the things that I really like about our approach to server authorization is that we’ve elected to get completely behind the OAuth2 specification. Cloud CMS provides support for all of the OAuth2 flows. We provide an authorization and resource server so that you can separate concerns and perform the full three-legged “auth code” flow. Or you can simplify things and use something like a “password” or “implicit” flow depending on the security environment of your application. For environments

Score: 2.7541041

Gitana / 4.0 / Developers / Command Line Interface / Overview

Effortlessly manage Cloud CMS projects and resources using a free Node.js command-line tool, requiring just a subscription or trial.

Score: 2.6333709

Gitana / 3.2 / Guide / Guide / Bulk Import / Files

Effortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.

Score: 2.6113658

Gitana / 4.0 / Content Engine / Bulk Import / Files

Effortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.

Score: 2.6113658

Build your prototype website in 10 easy steps

Getting started with Cloud CMS for a website takes minimal setup: Fork a copy of https://github.com/gitana/sdk Note the URL of your repo; you’ll need this later… Login to your tenant or signup for a trial of Cloud CMS When prompted upon login create a Web Content Management starter project From the resulting Project Dashboard navigate to “Applications” in Manage Project Select “Sample Web Application” > Deployments Tick the radio button on the right Navigate to Selected > Undeploy (upper right)

Score: 2.6113658

Gitana / 3.2 / Guide / Guide / Command Line

Effortlessly manage Cloud CMS projects and data with the easy-to-use command-line client, essential for developers.

Score: 2.6019764

Gitana / 3.2 / Guide / Guide / API / Data Types / Changeset

Explore the complexities of Cloud CMS changesets: manage histories, handle transactions, and understand configurations for seamless branch management.

Score: 2.577213

Gitana / 3.2 / Guide / Guide / Features / Renditionable

Enhance content workflow with Renditionable by easily creating, updating, and syncing content renditions across nodes using configurable engines.

Score: 2.573109

Gitana / 4.0 / Content Engine / Aspects / Renditionable

Enhance content workflow with Renditionable by easily creating, updating, and syncing content renditions across nodes using configurable engines.

Score: 2.573109

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