wechat
wechat copied to clipboard
Wechat API wrapper in Elixir
Bumps [plug](https://github.com/elixir-plug/plug) from 1.11.0 to 1.12.0. Changelog Sourced from plug's changelog. v1.12.0 (2021-07-22) Enhancements [Plug] Accept mime v2.0 [Plug] Accept telemetry v1.0 [Plug.Conn] Improve performance of UTF-8 validation [Plug.Conn.Adapter] Add...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.23.0 to 0.25.0. Changelog Sourced from ex_doc's changelog. v0.25.0 (2021-07-20) Enhancements Handle remote types when generating signatures, e.g. @callback callback1(GenServer.options()) becomes callback1(options) Support Markdown processor options Add...
Bumps [redix](https://github.com/whatyouhide/redix) from 1.0.0 to 1.1.3. Changelog Sourced from redix's changelog. v1.1.3 Bug fixes and improvements The .formatter.exs file included in this repo had some filesystem permission problems. This version...
Bumps [credo](https://github.com/rrrene/credo) from 1.5.5 to 1.5.6. Changelog Sourced from credo's changelog. 1.5.6 Ensure compatibility with Elixir 1.12 Commits 9bee6e0 Bump version to 1.5.6 62b12d2 Update CHANGELOG 01578e4 Fix tests for...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [bypass](https://github.com/PSPDFKit-labs/bypass) from 1.0.0 to 2.1.0. Changelog Sourced from bypass's changelog. v2.1.0 - 13 Nov 2020 Support latest Cowboy. Require at least Elixir 1.7. Ditch Cowboy 1.0 v2.0.0 - 19...
版本: 0.4.8 config.exs: ```elixir config :wechat, adapter_opts: {Wechat.Adapters.Sandbox, []}, httpoison_opts: [recv_timeout: 300_000] ``` demo: ```elixir defmodule MyApp.Wechat do use Wechat, otp_app: :my_app def users do client() |> Wechat.User.get() end end...