Latest #api Threads 
As our APIs have grown, we’ve realized that collaboration is just as important as implementation.
We’re looking for a tool that supports...
New
We’re evaluating alternatives to Stoplight and looking for feedback on:
OpenAPI support
Documentation workflows
Testing capabili...
New
A note on a pattern I keep running into in Elixir API clients: status-code checks and body parsing live in code after Tesla.request, inst...
New
Turbopuffer - Elixir client for vector and full-text search
I’m excited to share Turbopuffer, a new Elixir client library for the Turbop...
New
Just getting into multi-tenancy and the Ash support for it. My schema looks like:
Organisation (global, tenant entity)
Identity (global...
New
This question is in regards to building ecommerce platforms with phoenix and ecommerce software.
I am aware of some pretty cool projects...
New
I want to transfer an API that was built using fastapi in python to elixir. Should I use phoenix or plug? Phoenix is excellent for web de...
New
by Isaak Tsalicoglou
Why this book is being written
A few years ago I got fed up with the menial manual labor I was engaged in in our f...
New
Saw this earlier and it looked pretty nice. Curious, is there an Elixir equivalent?
New
The approximate code:
params = %{query: "https://www.lol.com"}
params = Jason.encode!(params)
HTTPoison.post(url, params, he...
New
This Week's Trending
We’re evaluating alternatives to Stoplight and looking for feedback on:
OpenAPI support
Documentation workflows
Testing capabili...
New
As our APIs have grown, we’ve realized that collaboration is just as important as implementation.
We’re looking for a tool that supports...
New
This Month's Trending
This Year's Trending
Tired of old REST/GraphQL web APIs I am wondering if there is a library for building Elixir APIs on/with RPC ?
I’ve been using trpc - ni...
New
by Isaak Tsalicoglou
Why this book is being written
A few years ago I got fed up with the menial manual labor I was engaged in in our f...
New
This question is in regards to building ecommerce platforms with phoenix and ecommerce software.
I am aware of some pretty cool projects...
New
Just getting into multi-tenancy and the Ash support for it. My schema looks like:
Organisation (global, tenant entity)
Identity (global...
New
Turbopuffer - Elixir client for vector and full-text search
I’m excited to share Turbopuffer, a new Elixir client library for the Turbop...
New
A note on a pattern I keep running into in Elixir API clients: status-code checks and body parsing live in code after Tesla.request, inst...
New
Last Three Year's Trending
Hi all. I’ve seen plenty of information about generating Swagger docs from a pre-existing Phoenix API. Has anyone come across a tool that...
New
Hello, everyone!
I have an Elixir Phoenix 1.7 app deployed to fly.io. I am receiving 10,000+ API calls at a time that I need to receive,...
New
When working with Stripe API (and dashboard), I got so used to their style of IDs.
For customer, it is something like cus_sd9f87gds987, ...
New
Hello!
I have a Phoenix 1.7 LiveView app up and running with auth via
mix phx.gen.auth Accounts User users.
I’m still learning, but re...
New
I use Oban to make external API requests every N minutes. It’s turned out that the frequnecy I use it with is too dense such that it’ll c...
New
My beginner journey into Elixir, Phoenix and Liveview started when reading about Changelog website and how fast it was reported to be by ...
New
Hi, newcomer to Phoenix and Elixir here, moving over from Django and REST Framework.
Say I have a login function like this…
def login...
New
Hey folks,
this is an open question to all of you out there creating web applications with APIs. How do you go about documenting your AP...
New
Hey I’ve got a quick beginner question:
I’m making requests to an external API using Finch.
The API is rate limited, and when the limit...
New
Anyone have experience using Salesforce API in Elixir? Am trying to integrate their REST API and streaming API. jeffweiss/forcex looks ...
New
Hi everyone!
TestServer is an easy way to mock third-party services in ExUnit.
Features
HTTP/1
HTTP/2
WebSocket
TLS with self-signed c...
New
My current authentication system looks like this:
On entering username and password, the login endpoint is called (not a form action) t...
New
Hi all
Context: external system with inconsistent, but feature-full API
We use an external SaaS system for hiring people. There are can...
New
Hey all,
I’m writing an app using Phoenix as an API and I have a separate codebase for React Native.
I’m researching the best way to ha...
New
I’m new to user authentication via Phoenix API on Flutter Android.
I used Pow to make a user API which outputs renewal_token and access_...
New
Trending Over Three Years
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
Let me start by stating an assumption: Phoenix is a great approach to building REST APIs. There are many reasons for this, but I will ass...
New
Hello y’all!
I’m very new to the Elixir/Phoenix beauty but very excited to learn more!
I’m building a Phoenix json API with a (separate...
New
Hello all!
For those wanting to try your hands at Elixir / Phoenix, I wrote a comprehensive tutorial on doing a simple JSON API with sai...
New
I am basically from symfony background, i am new to elixir. In symfony there is ApiDocBundle which allows me to generate a decent documen...
New
So I've been working on some projects that envolve external services/API's that provide data in XML and JSON. In some of these services I...
New
I've found, that the default JSON responses from Phoenix, are not "pretty" (they have no linebreaks across the JSON structure, keys and v...
New
As far as I know, the recommended (and easiest) way to JSON-encode your Ecto Schema in Phoenix is using the Poison.Encoder like so:
de...
New
I am trying to dockerize a simple phoenix api rest service I have tried with the next two docker files:
FROM elixir:latest
RUN apt-get ...
New
I am building an app that uses Stripe for payments. I’ve read about people’s opinion of mocking when it comes to Elixir, but I also know ...
New
In a REST API, how do you handle tokens and permissions?
On tokens, once you have retrieved the token from the Authorization header, ho...
New
Looking for a API Client library that deals with calling some endpoint, parsing the data and returning structs. I want to study what are ...
New
Hi! I recently finished adding authentication to my Phoenix API, so I wanted to share what I learned.
I haven't created authentication ...
New
Hi there,
I have an Elm frontend app, performing user login and token creation with Auth0 Lock, and then performing requests to a Phoen...
New
Hi,
My phoenix app currently supports server side rendering. I would like it to support json end point as well. I know I can easily do ...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







