python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Laravel - API Versioning: Use latest controller if controller not found in vX directory
I'm working on a v2 of my Laravel API and trying to find a strategy to prevent as much new code as possible.
So what I thought about is this: Let's say the API has 6 versions. Now a breaking change ha...
Mike_NotGuilty
Votes: 0
Answers: 1
Two different nodes giving same call to same MYSQL Database giving different responses
I have my first NodeJS API running. I have two API's now running (TEST and PROD).
These files are DIRECT copies of each other and running via App Manager in Cpanel.
Weirdly, one of the calls (Prod) i...
Glenn Angel
Votes: 0
Answers: 0
How to pass Account ID to a REST API
My HTTP API requires the frontend to pass an accountId on API calls due to the fact we support admin users who are not tied to a single account and could be querying any account.
Initially I implement...
dendog
Votes: 0
Answers: 1
What does returning URLs in a REST API response pointing to the location of resources allow for?
I've seen this a lot in "best practice" APIs such as Google's, but I don't quite know what the term to use is.
For example, you might have an Order object, which contains an invoice. But the...
FrankDrebin893
Votes: 0
Answers: 2