Directus is a content management platform for custom databases. The platform is useful for separating content for deployment in apps, website and other data-centered projects. Use the Directus API to integrate a secure and scalable content management system in applications. API methods are available for items, files, tables, columns, messages, preferences, activity and more. The RESTful API returns responses in JSON format.
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
The Directus cURL Sample Code demonstrates how to use the API to implement content management system features into software. Developers can search queries, groups, items, items, and collections.
The Directus Go Sample Code demonstrates how to integrate bookmarks, activities, files, messages, columns, tables, and groups as components of a content management system.
The Directus Android Sample Code demonstrates how to use the SDK for integrating CMS into a software. Developers can configure with API Key, get activity result, import bookmarks, fils, groups, messages, tables, columns, and rows.
The Directus Objective-C Sample Code demonstrates how to install from GitHub using CocoaPods, install from local path, and import bookmarks, files, groups, privileges, tables, groups, and messages, components of a CMS.
The Directus .NET Sample Code demonstrates how to configure the API Key and get activity result. Methods include bookmarks, files, groups, messages, row, table, and column.
The Directus PHP Sample Code demonstrates how to test the SDK for API integration. With the API, developers can implement content management features into services.
The Directus Ruby Sample Code demonstrates how to build the Ruby code into a gem and install from Git. Developers can include the methods of activities, bookmarks, files, groups, message, preferences, columns, rows, and tables.