93,027 questions
Score of -2
0 answers
21 views
WooCommerce REST API is slow when sending orders with Dokan
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
How to reliably detect new data in MongoDB timeseries?
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
Calling a Business Central custom object Rest API v2.0 using Copy Data Activity returns 400 BadRequest
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
Where should values that will rarely change be stored in a full stack application
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
Best External Product Data Providers for a Multi-Store Price Comparison App
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
Using Moodle core_reportbuilder_retrieve_report / core_reportbuilder_retrieve_system_report
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
How to authenticate and list IP cameras from a vendor cloud OpenAPI using sign + accessToken in Node.js?
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
How are people handling event-based camera integrations in home automation platforms?
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
how do I setup ADF pagination using Absolute URLs?
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
Tools for Simulating Backend Data When Frontend/UI Is Not Ready?
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
What are the current HTTP servers listening to?
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
What's the easiest way to get the parameters from a REST API query using RESTinio?
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
How to get "long", "double", ... information from a RESTinio query from a REST API?
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
Failed Test of POST good working method in controller with HttpServletRequest argument
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
How can I retrieve hardware and network information on mobile devices in bulk with the Jamf Pro API?
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 ...