What does it mean if 'API' is in a base URL?

정영훈·2022년 11월 14일
0

What is the meaning of "/API" in an API URL?
https://www.quora.com/unanswered/What-is-the-meaning-of-API-in-an-API-URL

What does it mean if 'API' is in a base URL?
https://www.quora.com/What-does-it-mean-if-API-is-in-a-base-URL

Anything or nothing. Nothing specific, though. (I can have a folder on my server named API, so a path on the server could be http://mysite.com/files/API/myAPIfile.hrml.)
It means that the base route for the APIs you access via URLs include “API” as part of the route.
If an API is present in a base URL, it typically means that the website offers an application programming interface. This allows developers to interact with the website in a more direct way, typically through code.
profile
I ❤ JavaScript

0개의 댓글