> For the complete documentation index, see [llms.txt](https://factura-electronica.aliaddo.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://factura-electronica.aliaddo.dev/primeros-pasos/librerias.md).

# Librerías

{% hint style="info" %}
Selecciona el lenguaje de tu preferencia y da clic en el nombre de la librería para acceder a su página oficial.
{% endhint %}

{% tabs %}
{% tab title="C#" %}

1. [*RestSharp*](http://restsharp.org/)
2. [*JSON*](https://www.newtonsoft.com/json)
   {% endtab %}

{% tab title="Javascript" %}

1. Fetch (Nativa)
   {% endtab %}

{% tab title="Java" %}

1. [*Unirest*](http://kong.github.io/unirest-java/)
2. [*GSON*](https://github.com/google/gson)
   {% endtab %}

{% tab title="PHP" %}

1. [*CURL*](https://www.php.net/manual/es/curl.installation.php)
   {% endtab %}

{% tab title="Python" %}

1. [*Requests*](https://requests.kennethreitz.org/en/master/)
   {% endtab %}

{% tab title="Ruby" %}

1. [*Rest-client*](https://github.com/rest-client/rest-client)
   {% endtab %}
   {% endtabs %}
