All Projects → directus → Sdk Js

directus / Sdk Js

Licence: mit
Directus JS SDK — JavaScript Software Development Kit for Node and Browser

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
js
455 projects

Projects that are alternatives of or similar to Sdk Js

App
Directus Admin Application — An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+296.58%)
Mutual labels:  api, headless-cms, database-management, database, sdk, headless, database-gui
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (-41.88%)
Mutual labels:  api, database-management, database, sdk, database-gui
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (-20.51%)
Mutual labels:  headless-cms, database-management, database, headless, database-gui
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+11173.5%)
Mutual labels:  api, headless-cms, database, headless
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (+103.42%)
Mutual labels:  api, api-client, sdk
Coingecko Api
A Node.js wrapper for the CoinGecko API with no dependencies.
Stars: ✭ 159 (+35.9%)
Mutual labels:  api, api-client, npm
yllet
Yllet is a set of packages for the WordPress API for both React and non-React projects
Stars: ✭ 46 (-60.68%)
Mutual labels:  headless, api-client, headless-cms
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (+272.65%)
Mutual labels:  api, headless-cms, headless
Diwata
A user-friendly database interface
Stars: ✭ 386 (+229.91%)
Mutual labels:  database-management, database, database-gui
fetch
Isomorphic Wordpress API client and React hooks - super tiny, super fast.
Stars: ✭ 47 (-59.83%)
Mutual labels:  headless, api-client, headless-cms
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-5.13%)
Mutual labels:  api, database, headless
Pop
Monorepo of the PoP project, including: a server-side component model in PHP, a GraphQL server, a GraphQL API plugin for WordPress, and a website builder
Stars: ✭ 160 (+36.75%)
Mutual labels:  api, headless-cms, headless
Contentjet Ui
Headless API-first content management system
Stars: ✭ 42 (-64.1%)
Mutual labels:  api, headless-cms, headless
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (+111.11%)
Mutual labels:  api, headless-cms, sdk
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+315.38%)
Mutual labels:  api, database-management, database
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+8988.89%)
Mutual labels:  api, api-client, sdk
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1022.22%)
Mutual labels:  database-management, database, database-gui
Flickr Sdk
Almost certainly the best Flickr API client in the world for node and the browser
Stars: ✭ 104 (-11.11%)
Mutual labels:  api, sdk
Go Sdk
A composable toolbox of libraries to build everything from CLIs to enterprise applications.
Stars: ✭ 103 (-11.97%)
Mutual labels:  api, sdk
Python Scaleway
🐍 Python SDK to query Scaleway APIs.
Stars: ✭ 107 (-8.55%)
Mutual labels:  api-client, sdk

Directus Logo

Directus JavaScript SDK

WebsiteDocsAPI ReferenceRecipesTSDocUser GuideDemoContribute

 

NOTE: SDK v6+ is meant to be used with Directus v8+

Installation

Install the package using npm or Yarn:

npm install @directus/sdk-js --production
# or with yarn
yarn add @directus/sdk-js

Or use a service that distributes npm packages like unpkg, see here:

<script src="https://unpkg.com/@directus/sdk-js/dist/umd/directus-sdk.min.js"></script>

TypeScript

This package provides full TypeScript support because it is built with it. No need to install declaration files or typings. For more information about usage and the signatures head over to the recipes or the generated tsdoc.

Framework agnostic

The SDK can be integrated in all modern frameworks with ease. More information about your dedicated framework can be found in the recipes. If your favorite framework is missing feel free to create a PR and/or issue on GitHub.


Directus is released under the GPLv3 license. RANGER Studio LLC owns all Directus trademarks and logos on behalf of our project's community. Copyright © 2006-2018, RANGER Studio LLC.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].