SirWerto

SirWerto

Api interface design

Good evening elixirs (don’t know if you have a special name:)),
For my first proyect, i am going to do an app/library/module for interface with this api.
I think about 3 possible ways (i had draw a beautiful images but i not able to show here so i will put a link):
..* App design:
Create an entire app wich generates a new pool for every token and manage all of them with the top server
..Module 1
Generate a new pool for every process but it doesn’t know about the others so it isn’t able to control the rate limit
..
Module 2:
Just a simple call to the api, no rate control and need to pass the token for every request

I am here to learning so, tell what you want:)
pd: apologize my english

First Post!

Sebb

Sebb

your module 1 is a dead link.

Last Post!

SirWerto

SirWerto

Looks great but i think i am going to be able to reach the api limit with one single process per key. If it isn’t the case, i will spawn one of this for every key.

Where Next?

Popular in Questions Top

minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

Other popular topics Top

KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 36689 110
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

We're in Beta

About us Mission Statement