Skip to main content

overwrite-DesignAtomsApi_Overview

To learn more about Design Atoms, refer to the Design Atoms documentation.

Interactive API Docs

Api Clients

.Net Client

You can install it from Nuget as follows:

Install-Package Aurigma.DesignAtomsApi.ApiClient

See on Nuget

Angular Client

This client is compatible with Angular applications only. It won't work with NodeJS or other frontend JS frameworks. You can install the package to your Angular application as follows:

npm install @aurigma/ng-design-atoms-api-client

See on npm

NodeJS Client (Axious)

This client can be used in a wide range of JavaScript applications. To make API calls, it uses Axios - a popular HTTP library. Although it is possible to use it in both frontend and backend projects, the primary target platform for this library is NodeJS.

Install the package as follows:

npm install @aurigma/axios-design-atoms-api-client

See on npm

PHP Client

PHP client can be installed through composer as follows:

composer require aurigma/php-design-atoms-client

See on Packagist

Was this page helpful?