mux-elixir
mux-elixir copied to clipboard
Official Mux API wrapper for Elixir projects, supporting both Mux Data and Mux Video.
Hey there! In order to respond to API errors, it seems like the mux library should not replace response codes like 429 with `Mux.Exception`. It looks like this function ```elixir...
Elixir deserves a nice readme header too.
Some of the mocked HTTP responses return an HTTP 201 (created) status code for `GET` requests when 200 is the expected status code. Cross-referenced with API documentation to confirm.
The xor operator (`^^^/2`) has been [deprecated](https://hexdocs.pm/elixir/1.12/compatibility-and-deprecations.html#table-of-deprecations) in favor of `Bitwise.bxor/2` as of Elixir v1.12. Compiling the library currently emits the following warning: ```bash ^^^ is deprecated. It is typically...
Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the source of truth for this Elixir library and leverage on latest features of ExDoc....
1. Rename `master` branch to `main` 1. Update release process so that it happens through GH actions 1. A release should get triggered by creating a new release in github...
This is currently missing from Mux.Token