Latest #tesla Threads 
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
Tesla is an HTTP client that leverages middleware to streamline HTTP requests and responses over a common interface for various adapters....
New
fpl is an elixir wrapper for the unofficial Fantasy Premier League API.
This package powers the telegram bot for Mechi. You can see it i...
New
Background
When implementing libraries which have to sent HTTP/HTTPS requests, we have to implement an HTTP client.
In most of time, peo...
New
Hi, I’m getting the following error message in my tests, and I’m not sure where they come from. I can’t see any difference to Tesla.Mock ...
New
TeslaExtra contains Tesla plugs used at Tallarium that may be useful in various projects:
TeslaExtra.EncodeURI - ensures that the URI i...
New
Hey everyone, I would like some guidance on how to abstract my current logic around mocking Tesla HTTP requests, using the mox library.
...
New
Hi all
I am building a small web service that is essentially a nice looking wrapper around an external API. It reads user details from t...
New
Coming from an experience as a jvm developer, I keep thinking about objects and memory allocation.
So, if I have a system where I dont c...
New
Hello all,
Hope everyone is doing all right!
I am working on an application that uses an API that does not support the keep-alive optio...
New
This Week's Trending
This Month's Trending
This Year's Trending
Tesla is an HTTP client that leverages middleware to streamline HTTP requests and responses over a common interface for various adapters....
New
Hello all,
Hope everyone is doing all right!
I am working on an application that uses an API that does not support the keep-alive optio...
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
Hello, I’m using the tesla library to send http requests to a host. However I’m supposed to keep the amount of concurrent requests somewh...
New
I just created a local endpoint to take seconds whatever I set like this
http://localhost:4000/dev/timeout?seconds=60 This will just sle...
New
Hi all,
I’m trying to migrate from HTTPotion to Tesla, as the former is deprecated now. I’m having some troubles migrating some code tha...
New
Hey everyone, I would like some guidance on how to abstract my current logic around mocking Tesla HTTP requests, using the mox library.
...
New
Hi, I’m getting the following error message in my tests, and I’m not sure where they come from. I can’t see any difference to Tesla.Mock ...
New
Hi all
I am building a small web service that is essentially a nice looking wrapper around an external API. It reads user details from t...
New
Background
When implementing libraries which have to sent HTTP/HTTPS requests, we have to implement an HTTP client.
In most of time, peo...
New
Coming from an experience as a jvm developer, I keep thinking about objects and memory allocation.
So, if I have a system where I dont c...
New
TeslaExtra contains Tesla plugs used at Tallarium that may be useful in various projects:
TeslaExtra.EncodeURI - ensures that the URI i...
New
fpl is an elixir wrapper for the unofficial Fantasy Premier League API.
This package powers the telegram bot for Mechi. You can see it i...
New
Trending Over Three Years
Hi everyone!
I would like to test some endpoints that make a request API call (particularly to google oauth API and to its /tokeninfo en...
New
Please how may we upload a file as described below with Tesla?
For a self-signed certificate an extra parameter is needed, certificate...
New
SCENARIO
I have this 3rd party API JSON that has it’s keys in TitleCase format. These API calls are all “GET” requests.
“MetaData” =>...
New
I have this command that works in terminal
curl "https://api.mysite.com/protected/json/new -d "user[email]=link@hotmail.com&user[ce...
New
Considering we’re using Tesla & hackney - is there a quick & elegant way of discriminating between {:error, :timeout} that is a T...
New
I just setup a new phoenix app, which is quite empty and installed Tesla in it with a very basic setup
{:tesla, "~> 1.4"},
{:jason, "...
New
I’m trying to perform a lookup of a public-facing government web site to find licensing information on certain professionals. (See https...
New
here is the curl request: curl -v POST 'URL_OF_API' \ -H 'Accept: application/json' \ -H 'Authorization: Bearer TOKEN' \ -F 'listing={"pr...
New
Hello, I would like to do a http request to Vault during runtime.exs . I am using Httpoison, but same result for Tesla, everything works ...
New
Hello, can anyone point me to an article/post on how to do concurrent requests in Elixir? Here is an article where the author uses pytho...
New
I am currently using Tesla as http client library. I wrote my tests successfully by using Tesla.Mock with this minimal configuration
con...
New
Context:
I am using Tesla + Plug to ‘post’ some data to an image processing API.
This is what I am sending green=yes&blue=no&sh...
New
I am using elixir - phoenix - tesla - third party api
I want to send a post request to the third party api and send the same parameter ...
New
Hey all,
I am using Tesla to make a POST request and I need to post a body with duplicate keys, like this map:
%{
"id[]" => "1",
...
New
I’ve been trying to write a middleware for Tesla, but I’m getting very inconsistent results with my requests. Over half of them result in...
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







