Found 525 results for "gitana 4.0 developers api resources publishing"
The search executed in 0.0025 seconds. That's fast.
![]() |
Recommended Cloud CMS architectureSupport 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
|
![]() |
Gitana 4.0 / Content EngineDocumentation Reference Boost content value with Gitana's high-performance engine—automate, publish faster, and engage your audience effortlessly. (Gitana 4.0)
Score: 3.2233
|
![]() |
Gitana 4.0 / Developers / Drivers / GoDocumentation 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?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 contentSupport 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
|
![]() |
Gitana 4.0 / Self ManagedDocumentation Reference Deploy Gitana on-premise with Kubernetes and Helm for customizable API, UI, and antivirus containers. (Gitana 4.0)
Score: 3.0684
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / ConfigurationDocumentation Reference Optimize your UI with a fast, flexible configuration service using JSON blocks for efficient, conditional rendering. (Gitana 3.2)
Score: 3.0637
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / ConfigurationDocumentation 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 - GitanaWeb 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
|
![]() |
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
|
![]() |
Gitana 4.0 / Developers / Drivers / RubyDocumentation Reference Enhance your Ruby apps with Gitana's open-source driver for seamless API integration. (Gitana 4.0)
Score: 3.0425
|
![]() |
Gitana 3.2 / Guide / Guide / Integrations / Azure / TranslateDocumentation Reference Optimize your app with Microsoft Translator API for seamless multilingual support in your solutions. (Gitana 3.2)
Score: 3.0414
|
![]() |
Gitana 4.0 / Content Engine / Integrations / Azure / TranslateDocumentation 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?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
|
![]() |
Gitana 4.0Documentation Reference Explore Cloud CMS 4.0 Documentation for comprehensive guides and chapters to enhance your cloud content management skills.
Score: 2.941
|
![]() |
Gitana 4.0 / ReferenceDocumentation Reference Explore comprehensive Gitana data type reference guides, detailing schemas, properties, methods, and more for effective usage. (Gitana 4.0)
Score: 2.9211
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / FacebookDocumentation Reference Authenticate seamlessly with Facebook API in Cloud CMS via easy setup and integration. (Gitana 3.2)
Score: 2.9192
|
![]() |
Gitana 4.0 / Developers / Drivers / PythonDocumentation Reference Connect Python apps to Gitana effortlessly; supports Flask, Django, CRUD operations, and more. (Gitana 4.0)
Score: 2.907
|
![]() |
Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web HookDocumentation Reference Automate workflows with HTTP(S) POST webhooks to trigger remote services securely. Data-rich payloads enhance efficiency. (Gitana 3.2)
Score: 2.8744
|
![]() |
Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web HookDocumentation Reference Enable seamless integration with customizable webhooks for efficient automation of workflows and tasks via HTTP requests. (Gitana 4.0)
Score: 2.8744
|
![]() |
Gitana 4.0 / Developers / Drivers / PHPDocumentation 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
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965Documentation 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 tokensSupport 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
Score: 2.7896
|
![]() |
How does Cloud CMS work with a CDNSupport 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
|
![]() |
Gitana 4.0 / Developers / Frameworks / cURLDocumentation Reference Comprehensive cURL guide for Cloud CMS API connectivity, examples, and setup instructions. (Gitana 4.0)
Score: 2.7194
|