Subiendo api v2

This commit is contained in:
2025-04-16 10:03:13 -03:00
commit 226933fda7
7537 changed files with 576844 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,16 @@
{application,finch,
[{optional_applications,[]},
{applications,[kernel,stdlib,elixir,logger,mint,nimble_pool,
nimble_options,telemetry,mime]},
{description,"An HTTP client focused on performance."},
{modules,['Elixir.Finch','Elixir.Finch.Error',
'Elixir.Finch.HTTP1.Conn','Elixir.Finch.HTTP1.Pool',
'Elixir.Finch.HTTP1.PoolMetrics',
'Elixir.Finch.HTTP2.Pool',
'Elixir.Finch.HTTP2.PoolMetrics',
'Elixir.Finch.HTTP2.RequestStream',
'Elixir.Finch.Pool','Elixir.Finch.PoolManager',
'Elixir.Finch.Request','Elixir.Finch.Response',
'Elixir.Finch.SSL','Elixir.Finch.Telemetry']},
{registered,[]},
{vsn,"0.19.0"}]}.