https://github.com/aligent/akeneo-api-client
https://github.com/aligent/akeneo-api-client
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aligent/akeneo-api-client
- Owner: aligent
- Created: 2021-10-14T23:55:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T03:11:47.000Z (over 4 years ago)
- Last Synced: 2025-02-16T13:23:54.049Z (over 1 year ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Akeneo TypeScript API Client
## Usage
```typescript
let config: AkeneoConfig = {
username: '',
password: '',
host: '',
oauthClientId: '',
oauthClientSecret: '',
}:
let client = AkeneoClient(config);
```