Found 711 results for "api node"

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

Gitana 3.2 / Guide / Guide / Publishing / Preview Servers

Set up Preview Servers to test website changes before going live. Customize servers for URL, API, or application endpoints.

Score: 2.3682694

Gitana 4.0 / Content Engine / Publishing / Preview Servers

Set up Preview Servers to review website changes instantly before going live, ensuring content accuracy and seamless user experience.

Score: 2.3682694

How to Retrieve content by their document library path

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 2.3403804

Gitana 4.0 / Developers / Drivers / Java

Connect Java and Android apps effortlessly with Gitana's driver. Explore Maven, API keys, and open-source options for seamless integration.

Score: 2.2663558

Gitana 3.2 / Guide / Guide / Scripting

Optimize your Cloud CMS server-side operations with custom, downtime-free scripts for JavaScript, Handlebars, and FreeMarker engines.

Score: 2.2661018

Gitana 4.0 / Content Engine / Scripting

Optimize your Cloud CMS with a dynamic Scripting API for custom actions, rules, and templates. Write scripts with JS, Handlebars, or FreeMarker effortlessly.

Score: 2.2661018

How to monitor API traffic from a node js app

It 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.246234

How does Cloud CMS work with a CDN

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

Gitana 3.2 / Guide / Guide / Features / Multilingual

Enable multilingual support and translation management for your content nodes with Cloud CMS to reach a wider audience effortlessly.

Score: 2.1964931

Gitana 4.0 / Content Engine / Aspects / Multilingual

Enable multilingual support and translation management for your content nodes with Cloud CMS to reach a wider audience effortlessly.

Score: 2.1964931

Gitana 3.2 / Guide / Guide / User Interface / Projects / Deleted Items

Efficiently manage and restore deleted content with Cloud CMS's intuitive tools, ensuring data is never lost entirely. Explore our unique features today!

Score: 2.1938796

Gitana 4.0 / User Interface / Projects / Deleted Items

Manage content recovery effortlessly with Cloud CMS's 'copy on write' system, offering a simple way to view, restore, or purge deleted items.

Score: 2.1938796

Proxy API calls

Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes//attachments/thumb.jpg It works great as an API URL but not necessarily as one that can be resolved by the end user's browser. In a typical Node.js-based architecture, you have the User’s browser Node.js application server Cloud CMS backend API The URL generated above is the URL directly to the resource in the backend API. What you really would pre

Score: 2.1774673

Internationalization (I18N)

All of the content that you create within Cloud CMS supports localized translation. This is often referred to as internationalization (I18N) in the enterprise world. Cloud CMS has full support for localization so that any content you put into Cloud CMS supports multiple translation bundles. When content is retrieved from Cloud CMS, either through the APIs, the editorial interface or from your own applications, Cloud CMS respects the locale being requested and serves back a best-match fit for tha

Score: 2.1408885

Tree Hierarchies

In Cloud CMS, there are no hard and fast rules regarding association types between nodes. And so, when dealing with things like tree structures, you usually have to first make some assumptions about the kinds of relationships between nodes that you want to traverse. For arbitrary relationships and traversals around nodes, Cloud CMS provides traversal methods which are a bit more intensive to use. However, if you're using typical a:child relationships between nodes (which is what Cloud CMS uses f

Score: 2.1398416

How do I retrieve the folder path for my content?

In Cloud CMS, you may choose to associate nodes with folders. This allows the content to be worked with by editorial teams such that they can navigate to content within folders, move content between folders and generally organize their content as they wish. It also allows for content to be retrieved by path via the API, if you wish. Technically speaking, Cloud CMS does not require folders or paths. In fact, plenty of customers use Cloud CMS in such a way that they don't require folders at all. C

Score: 2.1108706

Gitana 3.2 / Guide / Guide / Docker

Optimize your Cloud CMS deployment with Docker for scalable, production-ready environments—perfect for on-premise or virtual private clouds.

Score: 2.1083136

Gitana 4.0 / Self Managed / Docker

Optimize Cloud CMS with Docker for seamless development and production. Deploy on-premise or in private clouds with ease, leveraging AWS and Docker tools.

Score: 2.0969782

Gitana 3.2 / Guide / Guide / Application Server / Tags / @query

Optimize queries for nodes with customizable parameters to enhance template flexibility, including sorting, caching, and locale for targeted results.

Score: 2.0607064

Gitana 4.0 / Developers / Application Server / Tags / @query

Optimize queries for nodes with customizable parameters to enhance template flexibility, including sorting, caching, and locale for targeted results.

Score: 2.0607064

Gitana 4.0 / Developers / Command Line Interface

Streamline Cloud CMS projects with a free Node.js command-line tool. Easily connect and manage resources, requiring only a valid subscription.

Score: 2.0549002

Gitana 3.2 / Guide / Guide / Features / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 2.0466685

Gitana 4.0 / Content Engine / Aspects / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 2.0466685

How can I retrieve content for a tree view?

The Cloud CMS API offers a number of convenience API methods that go beyond basic CRUD and bulk content operations. Among these methods are those that allow you to retrieve content from your repository branch in a tree-friendly format. A tree-organized format means that the data comes back in a such a way as to make it easy to load into front-end tree controls. Typical front-end tree controls requires the ability to load a "snapshot" of the tree as a starting point as well as iteratively grow or

Score: 2.0423172

Gitana 4.0 / Developers / Drivers / Go

Connect Go apps to Gitana seamlessly. Use our Go driver to manage nodes, branches, and more. Explore examples and get started quickly.

Score: 2.0373116