Found 545 results for "api datatypes application"

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

Gitana / 4.0 / Developers / Cookbooks / Go Cookbook

Go Cookbook Getting Started To get started with the Go driver, visit the Github Page or Package Page to view the source code, tests and basic usage examples. You can install the driver via the command line: go get github.com/gitana/cloudcms-go-driver Connecting to Gitana There are two ways to connect with the Go driver: By finding a gitana.json file in your working directory, or by providing a config configuration. // Connect to Gitana using gitana.json in working directory session, err := clou

Score: 7.39795

Gitana / 4.0 / Developers / Cookbooks / Python Cookbook

Python Cookbook Getting Started To get started with the Python driver, visit Gitana Python Driver Page or the Github Page. It is written with Python 3 and can be used in any compatible project. You can install the driver via the command line: pip install cloudcms or pip3 install cloudcms Or add something like this to your requirements.txt: cloudcms==1.1.0 Connecting to Gitana You can connect to Gitana by providing a config file or the oauth variables directly. Using a Gitana JSON file You ca

Score: 7.194335

Gitana / 3.2 / Guide / Guide / Cookbooks

Cookbooks We've put together the following Cook Books to help you get started coding using the Cloud CMS drivers. Content Modeling Cookbook C# Cookbook Go Cookbook Java Cookbook JavaScript (Legacy) Cookbook JavaScript 2.0 Cookbook Node.js Cookbook PHP Cookbook Python Cookbook REST API Cookbook Ruby Cookbook Scripting Cookbook

Score: 7.105381

Gitana / 4.0 / Developers / Cookbooks / Overview

Cookbooks We've put together the following Cook Books to help you get started coding using the Cloud CMS drivers. Content Modeling Cookbook C# Cookbook Go Cookbook Java Cookbook JavaScript (Legacy) Cookbook JavaScript 2.0 Cookbook Node.js Cookbook PHP Cookbook Python Cookbook REST API Cookbook Ruby Cookbook Scripting Cookbook

Score: 7.105381

Gitana / 4.0 / Developers / Cookbooks / C# Cookbook

C# Cookbook Getting Started To get started with the C# driver, visit Gitana C# Driver Page or the Github Page. It is written with .NET Core and can be used in any compatible project. You can install the driver via the command line: dotnet add package cloudcms or from within Visual Studio: Install-Package cloudcms Or by adding this to your .csproj file (you may have to adjust the version): Connecting to Gitana

Score: 6.9722996

Gitana / 3.2 / Guide / Guide / API / Data Types / Application

Application Configuration and custom properties. You can write your own properties onto this configuration document if you wish. You might use those properties to query and retrieve the directory at a later time. Some system properties are read-only and others are writable. You can adjust the writable properties to modify the behavior and characteristics of the directory. The following table presents you the system properties. Data Store Properties Data Store Type {{#dataTypeArticle datastoreTyp

Score: 6.7633505

Gitana / 4.0 / Data Engine / API / Data Types / Application

Application Configuration and custom properties. You can write your own properties onto this configuration document if you wish. You might use those properties to query and retrieve the directory at a later time. Some system properties are read-only and others are writable. You can adjust the writable properties to modify the behavior and characteristics of the directory. The following table presents you the system properties. Data Store Properties Data Store Type {{#dataTypeArticle datastoreTyp

Score: 6.7633505

Gitana / 4.0 / Developers / Cookbooks / Java Cookbook

Java Cookbook Getting Started To get started with the Java driver, please visit the GitanaJava Driver Page. We recommend that you use Maven. At a minimum, you will need to add the following repository declaration to your pom.xml file: cloudcms-public cloudcms-public https://maven.cloudcms.com/public Note that newer vesions of Maven require secure repositories so if you curr

Score: 6.6388474

Gitana / 3.2 / Guide / Guide / Application Server / Clustering

Clustering The Cloud CMS Application Server supports running on a single Node process as well as multiple Node processes. Node processes can run on a single server instance or can be spread across multiple server instances behind a load balancer. By default, the Application Server starts up and allocates itself to a single CPU. This is known as single mode. Even if you have a server with more than one CPU on it, the Application Server will still only bind to 1 of those CPUs. When the Application

Score: 6.501895

Gitana / 4.0 / Developers / Cookbooks / JavaScript 2.0 Cookbook

JavaScript 2.0 Cookbook Getting Started To get started with the JavaScript driver, please visit the Gitana JavaScript 2.0 Driver Page. This JavaScript driver, in contrast to the Gitana JavaScript 1.0 Driver, fully supports ECMAScript promises, which makes it easier to seamlessly integrate with your javascript apps. Connecting to Gitana You can connect and then use this driver in three different but equivalent ways: Async / Await Promises Callbacks Async / Await const cloudcms = require("cloudcms

Score: 6.353157

Gitana / 3.2 / Guide / Guide / Integrations / IBM API Connect

IBM API Connect IBM® API Connect® is a complete, intuitive and scalable API platform that lets you create, expose, manage and monetize APIs across clouds. This means you and your customers can power digital applications and spur innovation. Cloud CMS integrates with API Connect by providing an entry point to our API. You configure API Connect to expose the Cloud CMS API as a service and point your applications to this service instead of the normal https://api.cloudcms.com (SAAS clients) endpoint

Score: 6.0815763

Gitana / 4.0 / Data Engine / Integrations / IBM API Connect

IBM API Connect IBM® API Connect® is a complete, intuitive and scalable API platform that lets you create, expose, manage and monetize APIs across clouds. This means you and your customers can power digital applications and spur innovation. Cloud CMS integrates with API Connect by providing an entry point to our API. You configure API Connect to expose the Cloud CMS API as a service and point your applications to this service instead of the normal https://api.cloudcms.com (SAAS clients) endpoint

Score: 6.0815763

Gitana / 3.2 / Guide / Guide / Docker / Kits / API Cluster

API Cluster The api-cluster kit defines the following services: ui api1 api2 apilb mongodb elasticsearch This kit differs from the quickstart in how it handles API requests. Requests are sent to the apilb container which runs a load balancer, distributing work between api1 and api2. It is worth reviewing the cluster settings for both of your api servers in order for them to correctly communicate. Running Use the following commands: docker-compose build --force-rm docker-compose up And then open

Score: 5.761964

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / application-subcontext

application-subcontext [ { "evaluator": "and", "condition": [ { "evaluator": "context-application" }, { "evaluator": "not", "condition": { "evaluator": "context-deployment" } }, { "evaluator": "not", "condition": { "evaluator": "context-pagerendition" } } ], "config": { "application-subcontext": { "items": [ { "key": "application",

Score: 5.7163773

Gitana / 4.0 / Developers / User Interface Customization / Contexts / application-subcontext

application-subcontext [ { "evaluator": "and", "condition": [ { "evaluator": "context-application" }, { "evaluator": "not", "condition": { "evaluator": "context-deployment" } }, { "evaluator": "not", "condition": { "evaluator": "context-pagerendition" } } ], "config": { "application-subcontext": { "items": [ { "key": "application",

Score: 5.7163773

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-application

context-application If an Application is currently being observed (or not, see Boolean evaluators above). If condition is not supplied, it is assumed to be true. { "evaluator": "context-application" } Or { "evaluator": "context-application", "condition": false }

Score: 5.6658773

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-application

context-application If an Application is currently being observed (or not, see Boolean evaluators above). If condition is not supplied, it is assumed to be true. { "evaluator": "context-application" } Or { "evaluator": "context-application", "condition": false }

Score: 5.6658773

Gitana / 3.2 / Guide / Guide / Cookbooks / Ruby Cookbook

Ruby Cookbook Getting Started The Ruby driver is published to https://rubygems.org/gems/cloudcms Install the gem as you would any other Gem gem install cloudcms You may choose to use Bundler or other dependency management tool. Connecting to Gitana To connect, create a file called gitana.json in a folder location readable by your application. For information on how to acquire this file, please read up on Acquiring your API Keys. Load the library containing the driver: require 'cloudcms' Connect

Score: 4.939525

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-project-application

context-project-application If an Application is being observed within a Project. { "evaluator": "context-project-application" }

Score: 4.916628

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-project-application

context-project-application If an Application is being observed within a Project. { "evaluator": "context-project-application" }

Score: 4.916628

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / project-has-application

project-has-application If a Project is currently being observed and has at least one Application defined. { "evaluator": "project-has-application" }

Score: 4.9132185

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / project-has-application

project-has-application If a Project is currently being observed and has at least one Application defined. { "evaluator": "project-has-application" }

Score: 4.9132185

Gitana / 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) Cookbook

JavaScript (Legacy) Cookbook Getting Started To get started with the JavaScript driver, please visit the Gitana JavaScript (Legacy) Driver Page. Connecting to Gitana To connect, supply your API Keys as the argument to the connect() method. Gitana.connect({ "clientKey": "{clientKey}", "clientSecret": "{clientSecret}", "username": "{username}", "password": "{password}", "baseURL": "https://api.cloudcms.com" }, function(err) { var platform = this; }); If a problem w

Score: 4.6356764

Gitana / 3.2 / Guide / Guide / Cookbooks / Node.js Cookbook

Node.js Cookbook Getting Started To get started with the Node.js driver, please visit the Cloud CMS Node.js Driver Page. One thing to keep in mind is that the Node.js driver is based on the JavaScript driver. As such, they're pretty similar. That said, the Node.js driver can do a few important tricks that you can't do in the JavaScript driver. Connecting to Cloud CMS To connect, create a file called gitana.json in your application root. For information on how to acquire this file, please read up

Score: 4.4898496

Gitana / 3.2 / Guide / Guide / API / Data Types / Platform

Platform Configuration and custom properties. You can write your own properties onto this configuration document if you wish. You might use those properties to query and retrieve the directory at a later time. Some system properties are read-only and others are writable. You can adjust the writable properties to modify the behavior and characteristics of the directory. The following table presents you the system properties. Data Store Properties Data Store Type {{#dataTypeArticle datastoreTypeId

Score: 4.263722