Skip to main content

Questions tagged [api]

DO NOT USE. Use specific tags like [google-cloud-platform], [facebook], [amazon-web-services] instead or [api-design] where applicable. Questions asking to recommend or find an API are off-topic.

0 votes
1 answer
140 views

Integrate private email notifications with Lambda

I'm currently seeking a solution to trigger a Lambda function whenever I receive an email from a specific recipient. The email account I'm using is within the Gmail domain. Is there a way to integrate ...
HubGab's user avatar
  • 1
0 votes
1 answer
31 views

Loop through JSON array from API Retrofit

I'm having problem with parsing my JSON Array from an API call. The response from the API look like this { "SUCCESS": [ { "user_id": "susan", "...
Hiraeths's user avatar
  • 390
0 votes
0 answers
46 views

Zoom API for PMI

I'm trying to create a Zoom personal zoom meeting from Zoom API. But Zoom API response is confusing, what data field means correct zoom meeting id for PMI. Please let me know what field is correct ...
shunman's user avatar
  • 257
0 votes
0 answers
266 views

Perform CRUD operations from a custom website with javasript using the Microsoft 365 Dataverse API

I'm here for some help, I was reading the documentation about the dataverse API but I'm not sure how to implement it on the web, I've searched for guides but the only thing I've found are comments ...
Gekyo's user avatar
  • 11
1 vote
0 answers
203 views

I'm trying to deploy my API in fly.io, but I want to deploy my html/css/scripts too (I used my API in they). How can I make it?

Well, I've made an node express API, and now I'm trying to deploy it on fly.io. The API deploy is well working, but in same folder of API i got another one with HTML/CSS/js files and I'm trying to ...
jnx's user avatar
  • 11
0 votes
1 answer
93 views

Implement a ReaderT monad Type for mocking network api calls

data TestEnv = TestEnv { rateLimiter' :: !TokenBucket , apiManager :: !Manager , apiKey :: !BS.ByteString } type BunnyReaderT m = ReaderT TestEnv m class MonadIO m => HasBunny m where ...
Vikram malik's user avatar
0 votes
1 answer
333 views

How do i specify the root path to my dropbox folder with python API call

I am trying to write a basic API to read files in my root dropbox folder by passing an empty string to represent the root. However it returns a Validation Error: ValidationError("'%s' did not ...
Devon's user avatar
  • 9
0 votes
1 answer
34 views

Sort by value of multiply field a and field b in mongodb

I have farm collection that has apy and liquidity. I want to get top 10 results by order of value of apy * liquidity I tried like this. var data = models.farm.find().sort({ $expr: { $multiply: ["$...
Li 1001's user avatar
  • 75
0 votes
1 answer
687 views

Allow React front-end (with ssl certificate self-signed) to make calls to C# API back-end

I have devloped a project (an online store) using React for the front-end and a C# API with SLQ extention for the back-end. Everything works fine with http and https on localhost using Swagger, ...
Blas Ramírez Laborde's user avatar
0 votes
1 answer
125 views

How to Parse XML Using DOMDocument in VBA

How would I get the value of the node indicated below in this XML document. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <h:...
KAtkinson's user avatar
0 votes
1 answer
37 views

How do I make data from a fetch display properly?

I'm trying to fetch data from three different endpoints which works, but when getting the name of the episode "undefined" is returned instead. I'm using the Rick and Morty API for this ...
alessi.gg's user avatar
-1 votes
1 answer
26 views

Google Analytics API - Is there a way to block under 18s to view my website?

Local law states that under 18s should not access my financial website. Is there a way I can use Google Analytics API to determine age and redirect users to a third party domain explaining the law? ...
A S's user avatar
  • 1
0 votes
1 answer
164 views

Google Cloud Scheduler failing to invoke CloudRun container

I have deployed a containerized R application to Google's CloudRun using Docker. Since I want to run the code at a regular interval (not request based), I have set up a cloud scheduler which should ...
Keith Cozart's user avatar
0 votes
0 answers
64 views

SOAP Request in VBA Error: 'XML request is malformed'

I am getting an error saying "XML request is malformed", and I do not know what is causing this error. I have attached below what my request body looks like, as well as what it is suppose to ...
KAtkinson's user avatar
0 votes
0 answers
258 views

How to use oauth2 to get a token in VB?

i work with VB.net in my job and we have a API to comunicate with a marketplace. But 1 week ago, they changed authentication mode (Basic to oAuth2). I don't have experience creating API rest, and can'...
Kevyn's user avatar
  • 1

15 30 50 per page