Hex pm

Mercadopago

Elixir library for working with the Mercadopago REST API.

Installation

If available in Hex, the package can be installed by adding mercadopago_api to your list of dependencies in mix.exs:

def deps do
  [
    {:mercadopago_api, "~> 0.2.1"}
  ]
end

config.exs

  config :mercadopago_api,
    client_id: "MERCADOPAGO_CLIENT_ID",
    client_secret: "MERCADOPAGO_CLIENT_SECRET"

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mercadopago_api.

License

Copyright © 2023-present Gilberto Junior <gilberto.ti001@gmail.com>

This work is free. You can redistribute it and/or modify it under the
terms of the MIT License. See the LICENSE file for more details.