# Developer's zone

# Emotion Logic Open Source and Postman sample collections

## **Clone Emotion Logic UI library**

This repository is our open-source library for all UI elements used on our reports.

```python
git clone https://gitlab.com/emotionlogic-sky/emotionlogic-ui.git
```

## **Clone Emotion Logic open source sample application**

This repository is sample application that demonstrate the use ofour open source UI library

```python
git clone https://gitlab.com/emotionlogic-sky/emotionlogic-api-examples.git
```

## **Postman sample collections**

**FeelGPT API samples**

This is a sample postman collection analyze audio files using FeelGPT advisors

[Download FeelGPT API samples Postman collection](https://nms-temp.s3.eu-west-1.amazonaws.com/Emotion+Logic+AppTone+API+Samples.postman_collection.json)

**AppTone API samples**

This is a sample postman collection to send tests (questionnaire)

[Download AppTone API samples Postman collection](https://nms-temp.s3.eu-west-1.amazonaws.com/Emotion+Logic+AppTone+API+Samples.postman_collection.json)

**Basic Analysis API samples**

This is a sample postman collection to send audio files for analysis. Mainly, the request cotnains an audio file and some extra parameters, and the response contains a JSON with analysis results

[Download Analysis API samples Postman collection](https://nms-temp.s3.eu-west-1.amazonaws.com/Emotion+Logic+Docker+API+Samples.postman_collection.json)