Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
-1 votes
0 answers
4 views

Title Vite React app stuck trying to fetch from old localhost API (ERR_CONNECTION_REFUSED) after migrating to Supabase Body I am migrating my React + TypeScript (Vite) project's backend from a local ...
Vinicius Almeida's user avatar
0 votes
1 answer
35 views

I have the following struct for mapping payloads for updating an entity: #[derive(Clone, Deserialize, ToSchema, Validate)] pub struct BookUpdateset { #[cfg_attr( any(feature = "test-...
nacho's user avatar
  • 1
-1 votes
0 answers
31 views

I'm trying to query data from GridDB Cloud using its REST/WebAPI endpoint. The official docs mention both Basic Authentication and API key-based access, but I'm unclear on the exact header format and ...
AS Ansari's user avatar
Best practices
0 votes
0 replies
43 views

I've a restful service on http protocol, since rest is an architectural style not a protocol is it possible to build a restful service using grpc?
J.J. Beam's user avatar
  • 3,263
-3 votes
0 answers
30 views

The url contains https://domain/search/event/@finalise?apikey=value With body I am hitting the request. ! Getting 404
devaraj jv jinka's user avatar
-1 votes
0 answers
50 views

from datetime import datetime, timezone from pathlib import Path import pandas as pd import requests DATA_DIR = Path("data/polymarket") def collect_data() -> pd.DataFrame: "&...
Matteo Agastra's user avatar
Best practices
0 votes
0 replies
58 views

I want to integrate the SAP accounting, zoho books, Quickbook and tally in the single project. what is the best practice to do so that in the future i can add more integrations easily? If possible can ...
Shibu Sharma's user avatar
-1 votes
0 answers
24 views

I'm having issue with opening postman in offline mode i.e. without account login on my organisation laptop. I'm using v11. I can't login because of my organisation policy. I wanted to use workspace ...
Sathi's user avatar
  • 13
Advice
0 votes
0 replies
24 views

I have to Automate the End to End flow of the Kofax + FileNet Application. Kofax uploads documents which has some unique ID and some metadata of the document which is further stored in FileNet where ...
yoshitashaw's user avatar
0 votes
0 answers
53 views

I am testing the CyberSource REST Payments API in the sandbox environment. POST https://apitest.cybersource.com/pts/v2/payments Authentication HTTP Signature using: • Merchant ID • Key ID ...
Praveen Mathi's user avatar
Advice
1 vote
4 replies
118 views

I'm consuming a REST API that returns results in paginated responses (limit + page/offset). Currently, I'm looping through pages sequentially and aggregating results into a List<T>. Example: var ...
Tushar's user avatar
  • 1
Best practices
0 votes
2 replies
89 views

This is my first attempt at implementing proper error handling in my project. I realized that as my project grows in complexity, the lack of structured error handling makes development much more ...
Roso's user avatar
  • 1
Best practices
0 votes
2 replies
68 views

I’m working on a backend system that follows a multi-service architecture (multiple microservices). Each service exposes its own REST APIs, and we want to provide clear and maintainable API ...
user9344654's user avatar
Best practices
1 vote
11 replies
131 views

I need to load a series of API responses into one object because the item limit in the API is less than the total items. Currently I'm reading the response into a json string and reurning it once. ...
DavidxDavid's user avatar
Tooling
0 votes
1 replies
52 views

I am having dificulty getting GS token, I always hit the error: { "code":"OfferingAccessDenied", "statusCode":403, "message":"" } so let ...
Jiri Zaloudek's user avatar

15 30 50 per page
1
2 3 4 5
6206