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

14
deps/swoosh/lib/swoosh.ex vendored Normal file
View File

@ -0,0 +1,14 @@
defmodule Swoosh do
@external_resource "README.md"
@moduledoc File.read!("README.md")
|> String.replace("# Swoosh\n\n", "", global: false)
|> String.replace("(#adapters", "(#module-adapters")
@version "1.18.4"
@doc false
def version, do: @version
@doc false
def json_library, do: Application.fetch_env!(:swoosh, :json_library)
end