Found 559 results for "gitana 4.0 developers api resources publishing"
The search executed in 0.002608347 seconds. That's fast.
![]() |
Gitana 4.0 / Developers / Drivers / PythonEasily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.
Score: 2.883266
|
![]() |
Gitana 4.0 / Developers / Drivers / PHPConnect PHP apps to Gitana with our open-source driver. Access API with ease, manage OAuth, and perform content operations effectively.
Score: 2.8483303
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / FacebookAuthenticate users in your Cloud CMS app using Facebook. Set up a Facebook Developer Account to obtain essential API tokens for integration.
Score: 2.841106
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.
Score: 2.8399343
|
![]() |
Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web HookEnable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.
Score: 2.8230689
|
![]() |
Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web HookEnable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.
Score: 2.8230689
|
![]() |
Easy apps with Cloud CMS and Node.jsAs we continue to enhance Cloud CMS, one of the directions that we’re pushing in is toward the application layer. We intend to offer increasingly more out-of-the-box applications for content authoring, curation and publishing aimed at marketing users. These applications need to be easy-to-use. They need to address the most common cases that our customers are asking for out-of-the-box. However, they also need to be easily extensible so that these same customers can take our apps and quickly custo
Score: 2.7879167
|
![]() |
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
Score: 2.7422621
|
![]() |
How does Cloud CMS work with a CDNThere 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.7129772
|
![]() |
Gitana 3.2 / Guide / Guide / Deployment / Deployment ReceiversCreate and manage Deployment Receivers in Cloud CMS to efficiently transfer and secure your Deployment Packages globally, solving latency and performance issues.
Score: 2.6944656
|
![]() |
Gitana 4.0 / Developers / Frameworks / cURLLearn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.
Score: 2.6903167
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / WorkflowOptimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.
Score: 2.631875
|
![]() |
Gitana 4.0 / User Interface / WorkflowOptimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.
Score: 2.631875
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-manage-contextManage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.
Score: 2.5870795
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / platform-manage-contextManage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.
Score: 2.5870795
|
![]() |
Gitana 4.0 / User Interface / Projects / Delete a ProjectLearn how to delete a project safely within your platform by adjusting settings and following a step-by-step guide.
Score: 2.5768144
|
![]() |
The Beauty of Cloud CMS ChainingChaining 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.5696623
|
![]() |
How to monitor API traffic from a node js appIt 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.5657563
|
![]() |
Gitana 3.2 / Guide / Guide / Authentication / DriversConnect securely to Cloud CMS using the OAuth2 password flow and manage access tokens effortlessly with our Gitana driver.
Score: 2.557568
|
![]() |
Gitana 4.0 / Developers / Authentication / DriversSecurely connect to Cloud CMS using OAuth2, manage access and refresh tokens, and explore best practices to ensure safe application integration.
Score: 2.557568
|
![]() |
Gitana 4.0 / Self Managed / Containers / UI ServerOptimize your Cloud CMS UI Server setup with Node.js, Docker, and environment variables for a seamless editorial experience.
Score: 2.5574725
|
![]() |
Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon TranscribeIntegrate Amazon Transcribe into your app for seamless speech-to-text conversions with Cloud CMS. Enhance content creation with automatic transcriptions.
Score: 2.5430236
|
![]() |
Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon TranscribeEffortlessly convert audio to text with Amazon Transcribe and Cloud CMS integration for seamless content management.
Score: 2.5430236
|
![]() |
Gitana 4.0 / Self Managed / KubernetesDiscover our upcoming 4.0 Kubernetes configuration files or contact support@gitana.io for immediate access and assistance.
Score: 2.542395
|
![]() |
Access Cloud CMS content anonymously or as a guest userThis question often comes up from folks who are building HTML applications that run in a browser. They'd like the browser to connect to Cloud CMS to download content and display it. Usually this consists of things like images but also may consist of other types of content in Cloud CMS such as raw nodes, PDF files, video assets or more. OAuth 2.0 and Access Tokens Fundamentally, everything in Cloud CMS is secured from an access perspective using OAuth 2.0. This means that an OAuth 2.0 access toke
Score: 2.4835892
|