Api-design Questions
Ad
How should I build a good (web) API
I'm going to build an api for a web app and i'm interested in what people can suggest as good practices. i'm already planning to make it
How do I make my table dynamically change based on year?
I'm trying to populate a table with some information pulled from my database through an api based on year. i'm using react router and would like
NestJS: Controller function with @UploadedFile or String as a parameter
I am using nestjs (version 6.5, with express platform) and i need to handle a request with a property that can either be a file or a string.
Uncaught (in promise) TypeError: data.map is not a function (React using axios getting data from ASP.NET API)
I've created an api using asp.net, and i've got a website running react. i'm wanting to display the data retrieve with a get request from the api
Creating an API that reads text in and uses it
Solved (see below) i'm trying to create an api so that i can read in text (from a word document) and have the
Node.js Http Write after end
I wrote a simple crud api in node.js. i keep getting a write after end on all of my post, put and delete functions. i have lost all sense of
How to debug embedded javascript with 500 error
Context i would like to offer a bike rental companies (shops) the option to redirect guests to an online reservation
API Development detailed endpoints with more requests
I'm using express with node to create endpoints really easily. i have an endpoint called /users/:uid/upload with a post request. i
RESTful api using array keys or array values for POST data
I building a restful api and i need to get complex data from front-end. but i am not sure which one should i choose for post data. i
How to organize laravel Controllers when using API
I have some data that requires to be authenticated (web auth middleware) to fetch it, i'm using ajax request to fetch the data and it's
Ad
How to properly handle my routing for a REST API
Apologies if this is a newbie question . how should i go about structuring my rest api (i use node & express). const mongoose
Obtaining result from async API
I am building api for processing with lumen, the processing job is taking around 1-3 seconds per request. so far i did it with job queue
Ad
Blog Categories
Ad