Found 388 results for "docs api functions"

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

Gitana 4.0 / User Interface / User Interface / Create/Edit Content

Manage your content seamlessly with options for editing, viewing, and organizing. Explore features like attachments, tags, and comments for efficient content handling.

Score: 2.1973777

Gitana 4.0 / Forms / Fields / Time Field

Optimize time field inputs with Bootstrap DateTimePicker; format with Moment.js for flexibility and accuracy.

Score: 2.072244

Chaining vs. Promises

The Cloud CMS JavaScript driver provides it's own internal chaining library that makes it easier to manage callbacks in asynchronous JS applications. The chaining library is powerful and bears some similarity to modern promise libraries. But it is important to bear in mind that it is distinct apart from having some similar method signatures. One similarity in structure in that both promises and chaining have a then() method to resolve the callback. However, the chaining library's chained methods

Score: 2.0186024

Gitana 4.0 / Forms / Fields / Date Time Field

Advanced DateTime Field feature utilizing Bootstrap DateTime Picker for seamless date and time selection with customizable formats.

Score: 1.9594018

Gitana 4.0 / Forms / Fields / Date Field

Enhance your date fields with Bootstrap Datetime Picker and Moment.js formatting for versatile and user-friendly data input.

Score: 1.6842575

Gitana 3.2 / Guide / Guide / Forms / Fields / CK Editor

Enhance your forms with CKEditor, a customizable HTML editor with plugins, for intuitive visual editing and streamlined content management.

Score: 1.6586975

Gitana 4.0 / Forms / CMS / Fields / CK Editor

Enhance your editorial experience with CKEditor, a flexible HTML editor with customizable plugins and tools for visual HTML editing.

Score: 1.6586975

Gitana 3.2 / Guide / Guide / Templates

Optimize your Cloud CMS experience with Handlebars and Freemarker templates for seamless content presentation.

Score: 1.6402037

Gitana 4.0 / Content Engine / Templates

Optimize your Cloud CMS workflow with Handlebars and Freemarker template engines. Ideal for emails, PDFs, web components, and more.

Score: 1.6402037

Gitana 4.0 / Forms / API / Events

Learn how to effectively bind and manage event handlers in Alpaca fields using configuration, callbacks, and custom extensions.

Score: 1.5229743

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.5050066

Gitana 4.0 / Developers / User Interface Customization / UI Views

Customize UI easily with UI Views. Learn how to create scalable configurations for platform or project-level interfaces using JSON-based UI Views.

Score: 1.5050066

Gitana 3.2 / Guide / Guide / Docker / Kits / OEM

Optimize Cloud CMS integrations with the OEM kit, featuring UI and API extensions for developers and partners. Build and test seamlessly.

Score: 1.4408982

Gitana 4.0 / Self Managed / Kits / OEM

OEM kit streamlines building and testing UI and API extensions in customized Cloud CMS solutions, using Docker and tools like MongoDB and Elasticsearch.

Score: 1.4408982

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

Enable LinkedIn authentication for Cloud CMS with integrated SSO. Configure your API keys to connect your app seamlessly.

Score: 1.4007611

Gitana 3.2 / Guide / Guide / Docker / Kits / Quickstart

Set up your development environment quickly with our Quickstart kit, featuring UI, API, MongoDB, and Elasticsearch. Perfect for beginners!

Score: 1.3910584

Gitana 4.0 / Self Managed / Kits / Quickstart

Launch your app effortlessly with Quickstart! Connect UI, API, MongoDB, and Elasticsearch using Docker for seamless local development.

Score: 1.3910584

API Max Heap recommendation

What is the recommended Xmx value for running the API service? The 2GB setting on the On-Premise "quickstart" distribution is a default for development usage. In production, we recommend putting as much memory as you can. Essentially, the API should use as much memory as is allocated to the API docker container. We usually ask customers to consider an M class large instance type (something on the order of 7.5GB of RAM per API). The UI can use considerably less. For the UI, a 2GB allocation is fi

Score: 1.3776984

Gitana 4.0 / Developers / Frameworks / Postman

Learn how to connect to Cloud CMS using Postman with our detailed guide and step-by-step instructions.

Score: 1.3600799

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

Gitana 4.0 / Developers / Frameworks / Next.js

Build and deploy static sites with Next.js and Cloud CMS. Easy setup, configuration guides, and example projects included.

Score: 1.3477685

Gitana 4.0 / Developers / Frameworks / SvelteKit

Build static and hybrid sites effortlessly with SvelteKit and Cloud CMS. Discover tools, API setup, and sample projects to enhance your development.

Score: 1.3477685

Cloud CMS Architecture

Cloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit

Score: 1.3477685

Gitana 4.0 / Developers / Frameworks / Gatsby

Build static sites effortlessly with Gatsby and Cloud CMS. Connect using our GraphQL plugin and explore examples to jumpstart your project.

Score: 1.3475416

My UI modules aren't deploying. What should I check?

If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,

Score: 1.3386804