An open API service indexing awesome lists of open source software.

https://github.com/aligent/akeneo-api-client


https://github.com/aligent/akeneo-api-client

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Akeneo TypeScript API Client

## Usage
```typescript
let config: AkeneoConfig = {
username: '',
password: '',
host: '',
oauthClientId: '',
oauthClientSecret: '',
}:
let client = AkeneoClient(config);

```