Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -2
0 answers
21 views

POST wc/v3/orders with multiple Dokan vendors takes 40–90 seconds. How can I speed this up when creating orders via REST API?
Score of -1
0 answers
49 views

Immutable cache There is an append-only MongoDB timeseries served via REST to clients. Each document has an UUID and a timestamp. Paginated REST was supposed to use HTTP caches efficiently using head'...
Score of -1
0 answers
32 views

In a MS Fabric pipeline, I can use a web activity to call a custom object in Bc365 rest api successfully. However, in the same pipeline (for testing purposes), I have a copy data activity that calls ...
Best practices
0 votes
3 replies
90 views

A simple example would be something like Entertainment Software Rating Board (ESRB) ratings, they change on occasion but not often. If I wanted to keep a list of these ratings for a full stack app, ...
Tooling
0 votes
1 replies
70 views

I'm building a price comparison application for the US and UK. The app should allow users to search for a product (for example "iPhone 16 Pro") and compare prices across multiple retailers ...
Score of 0
0 answers
35 views

I'm trying to use Moodle's API to get information around course completions. I've created a custom report and can get the data out using the wsfunction=core_reportbuilder_retrieve_report reportid=49 ...
Best practices
1 vote
0 replies
41 views

I'm integrating IP cameras through a vendor's cloud OpenAPI (not local RTSP). I created an app in the developer portal and have appId + appSecret. I need to: Obtain accessToken (~3 day TTL) List ...
Advice
2 votes
1 replies
79 views

I'm currently exploring different ways to integrate IP cameras into home automation platforms and noticed that there are generally two approaches: Polling camera status through REST APIs Receiving ...
Score of 1
0 answers
49 views

I have a REST API that I call from a Dataflow. The body looks like this: I am expecting to peruse through 2 pages to get all 680 records. The Pagination section in Source Options look like this: I am ...
Best practices
1 vote
2 replies
101 views

I'm working on a web application and would like to test my backend functionality before the actual backend is completed. Are there any tools or services that can simulate backend APIs and return mock ...
Score of -3
1 answer
119 views

I'm creating a REST API server. I've done that by taking some old code, based on cgi-bin and ext-cgi, and as a result the following request is handled correctly: http://localhost:3003/cgi-bin/ext.cgi?...
Score of -2
0 answers
93 views

I'm sending the following type of REST API request to my test machine: http://localhost:3003/ cgi-bin/ext.cgi? GetInformationMethod? Type=2304& OtherParam=1234 Some ...
Score of 2
1 answer
145 views

I'm starting to work with vcpkg RESTinio for working with REST API. In order to read a parameter from a REST API request, the following code is used: const restinio::query_string_params_t qp = ...
Score of 0
0 answers
57 views

the application works correctly and the controller processes requests without any problems without throwing 404 - it returns 202 and processes anachronistic task, but despite all this I cannot ...
Score of -5
0 answers
68 views

I want to get all the data on each mobile device in my org’s Jamf Pro inventory, specifically all the fields in the general, hardware, and network categories. I need to do this on an hourly basis and ...

15 30 50 per page
1
2 3 4 5
6202