Found 564 results for "gitana 4.0 developers api resources editorial get-editorial-flows-flowid-task-forms"

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

Gitana / 4.0 / Content Engine / Services / Optical Character Recognition

Effortlessly digitize documents with Cloud CMS OCR, extracting text and structure for seamless indexing and enhanced searchability.

Score: 1.2813683

Building Applications with Ratchet JS MVC

Over the past few days, I’ve had a chance to delve back into ratchet.js which is a JavaScript MVC framework that I had a hand in building in 2010. By this point, there are a lot of JavaScript MVC frameworks that you can utilize. However, at the time we built it, we were very inspired by sammy.js, backbone.js and knockout.js. A few points on these libraries: I particularly liked sammy.js for its simplicity. The developers of that library do a great job minimizing the work and also utilized an int

Score: 1.2811574

REST based access calls

The authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t

Score: 1.2791712

Gitana / 3.2 / Guide / Guide / Bulk Import / CSV

Easily import and manage CSV data in Cloud CMS using the Bulk Import tool, with examples from the 2014 World Cup Finals.

Score: 1.2730573

Gitana / 4.0 / Content Engine / Bulk Import / CSV

Import CSV data effortlessly into Cloud CMS with our Bulk Import tool. Perfect for World Cup match data or any CSV file.

Score: 1.2730573

Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / Remote Deployment Handler

Effortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.

Score: 1.2663748

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

Effortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.

Score: 1.2663748

Gitana / 3.2 / Guide / Guide / UI Developers Guide / UI Views

Optimize your interface with UI View configurations, tailoring user experiences by extending or overriding default settings at platform and project levels.

Score: 1.2574992

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

Integrate GitHub authentication with Cloud CMS for seamless SSO and secure your applications with API keys configuration.

Score: 1.2557911

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

Seamlessly integrate Google SSO for your apps with Cloud CMS, offering easy setup of API keys for secure authentication.

Score: 1.2557911

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

Enable Twitter SSO in Cloud CMS with easy integration for web or mobile apps using API keys. Discover setup tips and configuration examples here.

Score: 1.2557911

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

Enable GitHub authentication and SSO for Cloud CMS apps with straightforward API key setup and configuration guidance.

Score: 1.2557911

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

Optimize your Cloud CMS authentication by integrating Google SSO with our simple configuration guide.

Score: 1.2557911

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

Integrate Twitter login with Cloud CMS using OAuth keys for seamless user authentication.

Score: 1.2557911

Gitana / 3.2 / Guide / Guide / Binary Files / File System Binary Storage

Optimize your Cloud CMS file storage with efficient, configurable binary storage solutions for on-premise deployment.

Score: 1.2545146

Gitana / 4.0 / Content Engine / Platform / Binary Files / File System Binary Storage

Optimize your Cloud CMS file storage with efficient, configurable binary storage solutions for on-premise deployment.

Score: 1.2545146

Migrating Binary files to S3

By default, on-premise installations of Cloud CMS are configured with a GridFS (`gridfs`) Binary Storage Provider. This allows Cloud CMS to read and write binary files (such as attachments) to GridFS. At some point, as your installation grows, you may want change this. Suppose you wanted to move your binary files into S3 and use S3 as a Binary Storage Provider for Cloud CMS. To do so, we recommend the following steps: 1. Make a backup of your Cloud CMS database. 2. Create an S3 bucket and IAM us

Score: 1.2541959

Gitana / 4.0 / Content Engine / Aspects / Auto Analyze Text

Automatically analyze and index text for full-text search using our Text Analyzer service, enhancing content insights with sentiment, key phrases, and entities.

Score: 1.2453194

Gitana / 4.0 / Content Engine / Aspects / Auto OCR Extract

Automatically process and index document attachments with OCR for seamless full-text search and content analysis using customizable services.

Score: 1.2453194

How does Cloud CMS work with a CDN

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

Gitana / 3.2 / Guide / Guide / API / Rate Limiting

Optimize your Cloud CMS subscription with rate limiting by managing API calls, using multiple bands, and ensuring dedicated bandwidth for critical apps.

Score: 1.2330887

Gitana / 3.2 / Guide / Guide / Bulk Import / XML

Easily import XML data into Cloud CMS with the Bulk Import tool. Ideal for converting legacy databases and managing content efficiently.

Score: 1.2330751

Gitana / 4.0 / Content Engine / Bulk Import / XML

Effortlessly import XML content into Cloud CMS with the Bulk Import tool; ideal for managing expansive datasets like global soccer leagues.

Score: 1.2330751

How to Retrieve content by their document library path

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 1.2318435

Gitana / 3.2 / Guide / Guide / Publishing / Preview Servers

Set up Preview Servers to test website changes before going live. Customize servers for URL, API, or application endpoints.

Score: 1.223557