> For the complete documentation index, see [llms.txt](https://doc.openioe.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.openioe.in/api-references/integration.md).

# Integration

#### Read API Integration

{% tabs %}
{% tab title="Python" %}

```python
#pip install requests
import requests
output=requestes.get("http://app.openioe.in/api/showdevicevalue/aaqASmKkCi4YbYT3YjTo/4/944")
print(output.text)
```

{% endtab %}

{% tab title="Matlab" %}

{% endtab %}

{% tab title="Java" %}

{% endtab %}

{% tab title="Scilab" %}

```
```

{% endtab %}
{% endtabs %}

#### Write API Integration

{% tabs %}
{% tab title="Python" %}

{% endtab %}

{% tab title="Matlab" %}

{% endtab %}
{% endtabs %}

#### Additional API Integrations

{% tabs %}
{% tab title="Python" %}

{% endtab %}

{% tab title="Matlab" %}

{% endtab %}
{% endtabs %}
