Simple REST Demo using Elixir . Contribute to mallond/elixir-mix development by creating an account on GitHub.
Elixir RESTful Framework . Contribute to elixir-maru/maru development by creating an account on GitHub. In this post, we will show you what streaming a download can look like in a Phoenix application. Elixir api guide Elixir represents relatively new programming language for wider audience. His main trait is that adops functional pardigm because it is built on top of Erlang and runs on BEAM(Erlang VM). defmodule MyAppWeb.UserController do use MyAppWeb , :controller plug :authenticate , usernames : [ "jose" , "eric" , "sonny" ] def show ( conn , params ) do # authenticated users only end defp authenticate ( conn , options ) do if get… Elixir authorization and resource loading in Plug form for Phoenix - boydm/policy_wonk Open Source API Gateway in Elixir. Contribute to AntonFagerberg/rackla development by creating an account on GitHub. A lightweight, bolt-on, intuitive content editing system for Elixir/Phoenix websites. Star this repo and follow along with our progress! - infinitered/thesis-phoenix
In this post, I will show you how we approach testing HTTP APIs in Elixir using is exactly the same kind of conn you get in a route handler in a Plug application. Dec 28, 2017 Ecto and Phoenix: Doing Web With Elixir Elixir Club 9, Kharkiv 2017 Download Applications are defined with an application file named application_name.app in Plug.Conn devhints.io/phoenix-conn Request conn.host An Elixir Plug for requiring and extracting a given header. - DevL/plug_require_header Jsonapi.org Serialization in Elixir. Contribute to vt-elixir/ja_serializer development by creating an account on GitHub. Verify signed HTTP requests from Manifold in Elixir - manifoldco/elixir-manifoldco-signature
Elixir Authentication. Contribute to ueberauth/guardian development by creating an account on GitHub. :hatching_chick: Elixir authorization and resource-loading library for Plug applications. - cpjk/canary Elixir RESTful Framework . Contribute to elixir-maru/maru development by creating an account on GitHub. In this post, we will show you what streaming a download can look like in a Phoenix application. Elixir api guide Elixir represents relatively new programming language for wider audience. His main trait is that adops functional pardigm because it is built on top of Erlang and runs on BEAM(Erlang VM).
An exploratory, minimal implementation of Elixir Phoenix (fork from GitLab) - iamvery/feenix
A raygun client for Elixir. Contribute to Cobenian/raygun development by creating an account on GitHub. A simple caching system based on Plug and ETS. Contribute to andreapavoni/plug_ets_cache development by creating an account on GitHub. Open API Specifications for Elixir Plug applications - open-api-spex/open_api_spex lib/web/router.ex defmodule Web.Router do use Plug.Router plug :match plug :dispatch get "/elixir" do send_resp(conn, 200, "I love <3 Elixir") end match _ do send_resp(conn, 404, "This is not the page you're looking for.") end end Context: We want to provide a file to a user from a remote S3 bucket. Simple REST Demo using Elixir . Contribute to mallond/elixir-mix development by creating an account on GitHub.