Home [Development] API vs Endpoint
Post
Cancel

[Development] API vs Endpoint

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

endpoint2

Screen Shot 2022-11-14 at 3 23 38 PM


[Reference]

This post is licensed under CC BY 4.0 by the author.

[Development] Exception In Java

[Data Sturcture] Tree Traversal (preorder, inorder, postorder)

Comments powered by Disqus.