I am looking for an ethereum api to get the N latest blocks. I will use javascript (react) to make the requests. I have looked into https://etherscan.io/apis#b
I am working on a restful service using flask-restful, and I want to leverage both factory pattern and blueprint in my project. in app/__init__.py I have a crea
I'm developing a RESTful service using the spring framework. This service has a few different controllers. Some of the controllers allow the user to query data
I have created a Restful Web Service in ASP.NET and would like to use it in my own Qt project. I can post to and get the data from my Web Service in the SoapUi
Disclaimer: I'm completely new to Google Cloud Functions and serverless functions in general. I've set up a basic Google Cloud Function, set it to HTTPS trigger
I want to NOT serialize anything. I just want to return what is equivalent to HttpResponse(blah)
I am creating a banking application. Currently, there is one primary service, the transaction service. This service allows getting transactions by id, and creat
I'm sending POST request by postman with header application/json and the body: { "name": "user" } And when I try to get this parameter from the request obj
In an application I am developing RESTful API and we want the client to send data as JSON. Part of this application requires the client to upload a file (usuall
I have an HTML page with a button on it. When I click on that button, I need to call a REST Web Service API. I tried searching online everywhere. No clue whatso
I have an HTML page with a button on it. When I click on that button, I need to call a REST Web Service API. I tried searching online everywhere. No clue whatso
I've read about Fake json-server and I'd like to watch more than 1 file. In the instructions it is listed --watch, -w Watch file(s) but I'm not able to
I'm building a server that allows clients to store objects. Those objects are fully constructed at client side, complete with object IDs that are permanent for
I don't understand how to generate the secret that is used for the Bitbucket Server REST API using the client credential grant type. For example: $ curl -X PO
I need to extract the list of all repos under all projects in Bitbucket. Is there a REST API for the same? I couldn't find one. I have both on-premise and clou
I have to create and update products via WooCommerce REST API, without image uploads to media library (only the image source is need to be stored, because they
I have to create and update products via WooCommerce REST API, without image uploads to media library (only the image source is need to be stored, because they