API vs Endpoint
API (An application programming interface)
- a set of protocol and tools that allow two applications to communicate
- λ μμ€ν (μ΄ν리μΌμ΄μ )μ΄ μνΈμμ©(μν΅) ν μ μκ² νλ νλ‘ν μ½μ μ΄ μ§ν©
- Often, each REST API offers multiple endpoints from which you can get the data.
Endpoint
- a URL that enables the API to access resources on a server
- APIκ° μλ²μμ 리μμ€μ μ κ·Όν μ μλλ‘ κ°λ₯νκ² νλ URL
- the locations of the resources
[Reference]
Comments powered by Disqus.