Found 599 results for "gitana 4.0 developers api resources vault get-vaults-vaultid-teams-teamkey-members"
The search executed in 0.004493937 seconds. That's fast.
Gitana / 3.2 / Guide / Guide / API Keys / Create new Application KeysCreate new Application Keys If no API keys exist for your desired project, you will need to create an application for the project. To create a new application simply go to Manage Project, select Applications, and then create a New Application. Once the application has been created you can view the API Keys either under Manage Project -> API Keys, or, Manage Platform -> API Keys Note: API keys should not be shared across more than one application. Therefore, create a separate Cloud CMS applicatio
Score: 5.3476105
|
|
Gitana 4 Roadmap – Job queue performance and managementWith the early arrival of Gitana 4.0, we’ve improved the product to deliver a number of important improvements to our customers -- the user interface has been enhanced to provide a better editorial experience, the publishing engine now uses deltas and differencing for faster releases with smaller payloads and we’ve baked both generational and discerning AI services into the foundation of our product, just to name a few. In this article, I’d like to provide some insight into our future direction.
Score: 5.3016276
|
|
Gitana / 3.2 / Guide / Guide / Cookbooks / PHP CookbookPHP Cookbook Getting Started To get started with the PHP driver, visit Gitana PHP Driver Page or the Github Page. It can be used in any composer php project. To install with composer from the command line: composer require cloudcms/cloudcms Connecting to Gitana You can connect to Gitana with the php driver by providing a config array containing your keys, which can be obtained from a gitana.json file. It should look something like: { "clientKey": "{your client key}", "clientSecret": "{y
Score: 5.280118
|
|
Publish Smarter Content Faster live APIs, Apps and AI models - GitanaPublish Smarter Content Faster live APIs, Apps and AI models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taki
Score: 5.176867
|
|
Publish Smarter Content Faster live APIs, Apps and AI models - GitanaPublish Smarter Content Faster live APIs, Apps and AI models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taki
Score: 5.176867
|
|
Use Case: Machine Learning / AI - GitanaUse Case: Machine Learning / AI - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services t
Score: 5.1223354
|
|
Gitana / 3.2 / Guide / Guide / Cookbooks / Python CookbookPython 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: 5.101768
|
|
Train your AI Models - GitanaTrain your AI Models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enhance a
Score: 5.019027
|
|
Automation and AI Services - GitanaAutomation and AI Services - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enh
Score: 4.9721384
|
|
Assessing the CMS cost options?The risks and costs associated with CMSs can be frightening. Many organizations have entered a CMS project, and are still to come out. Frustrated by the on-going costs of getting the CMS to work and then the costs of keeping it working. Partly this is due to unrealistic expectations but the primary reason is not looking at all the costs upfront and assessing the resources available to support a complex IT initiative. A basic for assessing your immediate and ongoing costs for any application is w
Score: 4.86273
|
|
Gitana / 4.0 / Reference / OverviewReference This guide provides a reference for each of the Gitana data types. These include: Data Stores Objects Argument Types Envelope Types A separate landing page is provided for each type. On each landing page, you will find details of the type's schema, parent, children, properties and methods. Methods are described in terms of their HTTP/HTTPS invocation nature. Direct links to the methods within the Gitana API OpenDoc specification and Gitana API Swagger UI are also provided. Data Stores
Score: 4.675492
|
|
Gitana / 3.2 / Guide / Guide / Docker / Kits / OEMOEM The OEM kit provides a way for developers, integrators, partners and those who are embedded Cloud CMS in custom solutions to build and test extensions. These extensions include UI extensions as well as API extensions in the form of Java / Spring beans. The kit consists of the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To acc
Score: 4.6195064
|
|
Gitana / 4.0 / Self Managed / Kits / OEMOEM The OEM kit provides a way for developers, integrators, partners and those who are embedded Cloud CMS in custom solutions to build and test extensions. These extensions include UI extensions as well as API extensions in the form of Java / Spring beans. The kit consists of the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To acc
Score: 4.6195064
|
|
Gitana / 4.0 / Developers / Frameworks / AngularJS
AngularJS Accessing your Gitana content from an Angular app is a simple process. Below you will find steps and examples for how to get connected and get started building. API Keys Every mobile app or web site that you build will need to have a set of API Keys that it will use to connect to your Cloud CMS platform on behalf of your code. These API keys consist of client and user key/secret pairs. Log in to your Cloud CMS tenant at https://
Score: 4.5463743
|
|
Gitana / 4.0 / Self Managed / Maintenance / Encrypting PropertiesEncrypting Properties Cloud CMS lets you encrypt properties within your API configuration files to protect sensitive passwords, secrets and credentials. This encryption utilizes a public and private key. The private key is supplied to the Cloud CMS API server and the public key is provided to developers to encrypt sensitive data. To help you do this, Cloud CMS provides a command line tool. gitana-tools-encryptor.jar The gitana-tools-encryptor.jar works with Java 8 and gives you commands that you
Score: 4.5088325
|
|
Gitana / 4.0 / Developers / Frameworks / Next.js
Next.js Generate static sites with Cloud CMS Building a static or hybrid-server site with Cloud CMS content is simple with Next JS. Below you will find tools and examples for how to get started. API Keys Every mobile app or web site that you build will need to have a set of API Keys that it will use to connect to your Cloud CMS platform on behalf of your code. These API keys consist of client and user key/secret pairs. Log in to your Cloud CMS tenant at https://
Score: 4.4443483
|
|
Gitana / 4.0 / Developers / Frameworks / SvelteKit
SvelteKit Generate static and hybrid sites with SvelteKit Building a static or hybrid site with Cloud CMS content is simple with SvelteKit. Below you will find tools and examples for how to get started. API Keys Every mobile app or web site that you build will need to have a set of API Keys that it will use to connect to your Cloud CMS platform on behalf of your code. These API keys consist of client and user key/secret pairs. Log in to your Cloud CMS tenant at https://
Score: 4.4443483
|
|
Gitana / 3.2 / Guide / Guide / Supported StacksSupported Stacks Cloud CMS certifies certain supported stacks for on-premise Cloud CMS 3.2 installations. This information is relevant to customers who run Cloud CMS 3.2 on-premise and manage their own Elastic Search and MongoDB database tiers. This information is not applicable to SaaS customers since Cloud CMS runs that infrastructure for hosted subscribers. The following links provide detailed information on the combinations of operating systems, databases, application servers, bundled compon
Score: 4.377797
|
|
Gitana / 4.0 / Developers / Frameworks / React
React Guide and References for connectivity to Cloud CMS Accessing your Cloud CMS content from a React app is a simple process. Below you will find steps and examples for how to get connected and get started building. API Keys Every mobile app or web site that you build will need to have a set of API Keys that it will use to connect to your Cloud CMS platform on behalf of your code. These API keys consist of client and user key/secret pairs. Log in to your Cloud CMS tenant at https:// |
|
Gitana / 4.0 / Developers / Frameworks / Vue.js
Vue.js Guide and References for connectivity to Cloud CMS Accessing your Cloud CMS content from a Vue app is a simple process. Below you will find steps and examples for how to get connected and get started building. API Keys Every mobile app or web site that you build will need to have a set of API Keys that it will use to connect to your Cloud CMS platform on behalf of your code. These API keys consist of client and user key/secret pairs. Log in to your Cloud CMS tenant at https://
Score: 4.3548956
|
|
Gitana / 4.0 / Developers / Frameworks / GatsbyGatsby Generate static sites with Cloud CMS Building a static site with Cloud CMS content is simple with Gatsby JS. Below you will find tools and examples for how to get started. Connecting to Cloud CMS with Gatsby You can connect directly to the Cloud CMS API or indirectly via our app server. We offer GraphQL endpoints on each of these that can be accessed using our gatsby-source-cloudcms plugin. In your gatsby-config.js file, add the following configurations: const gitanaJson = require('./gita
Score: 4.2891474
|
|
Gitana / 4.0 / Developers / Frameworks / Nuxt.jsNuxt.js Generate static sites with Cloud CMS Building a static site with Cloud CMS content is simple with Nuxt JS. Below you will find tools and examples for how to get started. Cloud CMS Nuxt JS Module We provide a Cloud CMS Nuxt Module to make accessing content while generating Nuxt pages easier. It provides quick way to setup connections to cloudcms and perform API functions via our Javascript driver, and automatically create static links to your attachments. To install, just run: npm install
Score: 4.2891474
|
|
Gitana / 3.2 / Guide / Guide / Cookbooks / Node.js CookbookNode.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.277625
|
|
Gitana / 3.2 / Guide / Guide / 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):
Score: 4.2659054
|
|
Gitana / 3.2 / Guide / Guide / Cookbooks / JavaScript 2.0 CookbookJavaScript 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 Cloud CMS You can connect and then use this driver in three different but equivalent ways: Async / Await Promises Callbacks Async / Await const cloudcms = require("cloud
Score: 4.1994014
|