api Questions
5
Solved
We are building a fully RESTful back-end with the Play Framework. We are also building a separate web front-end with a different technology stack that will call the RESTful API.
How do we deploy bo...
Homolographic asked 31/7, 2013 at 20:31
4
I used Binance Python api in my algotrading bot, but I get an error when I use future market api.
'''
BinanceAPIException: APIError(code=-2015): Invalid API-key, IP, or permissions for action, requ...
Eisenstein asked 17/11, 2020 at 6:20
4
Discord.js Problem
I should point out I am not experienced at discord.js.
I have the following code which is supposed to change the users requested sum or expression into the actual answer and mess...
Keys asked 19/2, 2021 at 11:18
6
Solved
I need to obtain JSON or XML response with the chronology of currency exchange rates, for example, from 2015-01-07 to 2015-03-07.
With this answer we can get just the latest info on currency excha...
Tindall asked 7/3, 2015 at 19:23
9
Okay, so pardon me if I don't make much sense. I face this 'ObjectId' object is not iterable whenever I run the collections.find() functions. Going through the answers here, I'm not sure wher...
0
I have first time in my life error from my title:
Unhandled Promise Rejection: Error: Error response received for message .
I don't have any idea what making that error, but fortunately I have only...
Volcanology asked 20/3, 2023 at 9:23
3
Solved
I'm trying to build a Binance trading bot, I generated an API key and can use it with a real money, but I need to test the bot using their test -sandbox- account
I looked in the documentation and c...
3
My goal is to try to put both to work as part of the incremental migration from a REST API to gRPC. We are going to start using gRPC as the way of communication between our services in our microser...
Civilian asked 4/11, 2019 at 10:29
4
Solved
This is my repo
I just added the rack-attack gem.
gem 'rack-attack'
And this is my app/initializers/rack-attack.rb file:
class Rack::Attack
Rack::Attack.cache.store = ActiveSupport::Cache::M...
Robertroberta asked 4/3, 2016 at 4:2
5
In debug mode, everything looks good. I get answers and data lists from my API. But after creating app-release.apk and installing it on my phone, there isn't an Internet connection any more.
Here i...
Aedes asked 10/4, 2019 at 2:42
3
This Request.JSON http://mootools.net/demos/?demo=Request.JSON using JSON data in a way like this,
var data = {"previews":[
{"Countrycode":"us", "src":"us.jpg", "description":"desc will be here"...
Prader asked 3/1, 2013 at 20:50
12
import React from 'react';
import './App.css';
function App() {
fetch("https://spoonacular-recipe-food-nutrition-v1.p.rapidapi.com/recipes/quickAnswer?q=How%20much%20vitamin%20c%20is%20in%20...
2
Solved
While I understand EventBridge will retry sending an event - through a rule - to a target, such as an API Destination, is there any way to read the receiving API's response code and any returned me...
Bergmann asked 12/3, 2022 at 5:46
2
I want to allow users to choose which property they would like to sort by then choose whether to order by ascending or descending.
For example, to sort based on the title and by descending order y...
3
Solved
3
like how to fix boilerplate code in separate file and use it in ui pages.
I Need to declare this uri variable in separate file and access across over all pages:
static var uri = "https://xx...
4
Solved
Currently, as far as I can tell, Microsoft graph offers 2 primary endpoints for outlook mail folders according to https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/messa...
Tree asked 20/3, 2017 at 10:54
5
Solved
How can I get user keycloak attributes (username, firstname, email...) based on user id?
The user I'm using in the Keycloak session has already the role view-users assigned so I should be able to ...
Edinburgh asked 12/4, 2019 at 1:36
2
I would like to ask you for help. I´m trying to change python code from sending limit/market order to OCO order through api to binance. I can make limit order, market order, stop loss limit order. ...
6
Solved
We are building a new REST API.
I was arguing that error code 500 (Internal Server Error) should never be returned.
Now, of course if you know the client's params are wrong or something you have ...
Truism asked 7/1, 2015 at 18:47
3
var request = new HttpRequestMessage(HttpMethod.Get, $"api/Items");
request.Headers.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
using (var response = a...
Antiscorbutic asked 24/6, 2020 at 20:33
6
Solved
I have a single page application that communicates with a few different APIs, and I am hoping to throttle requests made to a specific one for testing. Is it possible to be domain specific with netw...
Martinelli asked 16/2, 2016 at 18:7
7
Solved
All the operations appear collapsed when I open it and I want it to be expanded by default.
Is there any property I need to change to achieve it?
This is my swagger Bean:
@Configuration
@EnableS...
Janiecejanifer asked 27/11, 2015 at 0:21
4
Solved
I am new to android and working on a project where I see that the API key that I got is saved in gradle.properties as :
MyOpenWeatherMapApiKey="1c3ae96f93a0094e8a7chsjdgfid04aed3f10"
And then in ...
6
Solved
We're trying to connect to an API (.net core 2.2) from react-native (version 0.59), via localhost, both apparently running on the same ip, different ports, react-native on port 8080, and the api on...
Sachasachem asked 18/7, 2019 at 17:8
© 2022 - 2025 — McMap. All rights reserved.