Skip to main content
0 votes
0 answers
70 views

I have written a simple Alexa skill which works and I've now added a Widget, these both display as expected. I am now trying to use the datastore but every time I try to update the store, I am getting ...
Chris's user avatar
  • 43
-3 votes
0 answers
66 views

I am developing a FastAPI application which will be deployed on EKS. Purpose of this application: the API should get input in the requests, application will extract the filter and sort and pagination ...
abc_23's user avatar
  • 35
-2 votes
0 answers
32 views

I am attempting to set up the Gemini API File Search Tool (Managed RAG) via a POST request to create a FileStore. I am running into a persistent 404 Not Found error, despite confirming billing is ...
Ernesto Facundo Taboada's user avatar
-4 votes
0 answers
20 views

I want to ask a question about zkteco devices I develop a gym management app with react and Spring boot , the last point is to make the zkteco devices ask for action from the backend Now i develop a ...
i9mtk's user avatar
  • 1
Best practices
0 votes
1 replies
23 views

Given some object: class Foo { metadata_field1: ..., metadata_field2: ..., file: Blob } Let's also consider definitions where Foo has multiple Blob attributes, or an array of Blobs, or even ...
Ben Schreiber's user avatar
Best practices
0 votes
2 replies
38 views

My client has requested that I provide a response from my API that looks like the following: { "entity_type": "company", "registered_date": "2020-01-01",...
EMN's user avatar
  • 161
Best practices
0 votes
2 replies
34 views

I am working on a project which has 2 types of communication. First, via the web browser through React. The second is M2M communication. I have 2 security filter chains for each. I have secured the ...
MinisX's user avatar
  • 401
0 votes
0 answers
38 views

I’m trying to access the sys_script table through the ServiceNow Table API using a custom role, but I always get: HTTP 403 Forbidden Field(s) present in the query do not have permission to be read The ...
Logendran's user avatar
0 votes
1 answer
58 views

I want to add an API common prefix for all controllers, e.g. /api/v1. I am using inversify with the @inversify/http-express package. Here is my current base server adapter setup: class Server { ...
Saiful Islam's user avatar
Best practices
0 votes
1 replies
61 views

Here's what I want to do: I want to store files onto my office's computer. I lack experience in terms of completed solutions. I’ve only built a prototype once via ChatGPT, and I want to ask if this is ...
minyoung heo's user avatar
Best practices
0 votes
0 replies
36 views

QuickBooks Online's API documentation includes a recommendation that users use webhooks instead of change-data-capture to synchronize their entity records with QuickBooks's. Why are webhooks ...
In Hoc Signo's user avatar
1 vote
1 answer
85 views

I'm trying to download a large file with with Spring web client without loading an entire file to the memory. I have such service method: @Override public StreamingResponseBody download() { Flux&...
Роман Григорьев's user avatar
1 vote
1 answer
86 views

I'm making a banking application where a user can create a bank account, this account can be a savings account with a monthly income or a current account with a monthly upkeep, the classes of both ...
user31885720's user avatar
Best practices
1 vote
3 replies
44 views

I’m trying to build an application that can download patient documents from Athenahealth, but I can’t figure out whether this is actually supported. The official API documentation is extremely limited ...
Vladimir Meliksetyan's user avatar
Best practices
0 votes
3 replies
52 views

I’m working on a NestJS + TypeORM backend and ran into an architectural question as my codebase evolved. Initially, I had a simple setup: InvestorProfileController handles PATCH /investor-profile ...
bugsyb's user avatar
  • 6,151

15 30 50 per page
1
2 3 4 5
6209