Posts by André Bozzato • 11 points
1 post
-
1
votes1
answer340
viewsQ: I am trying to consume an api in js via get by Xios
I’m trying to consume an API on js via get by axios, API containing a parameter apikey, how the code should look? as I’m trying to do: axios.get('url', {params{apikey:'chave_api_key'}})…