Skip to content

Terms_and_definitions

Starkov Denis edited this page Feb 12, 2019 · 1 revision

Endpoint

Конечная точка, Endpoint (эндпоинт) - шаблон URL, используемый для связи с API.

Пример конечной точки:

/this-is-an-endpoint
/another/endpoint
/some/other/endpoint
/login
/accounts
/cart/items

URL с конечной точкой выглядит следующим образом:

https://example.com/this-is-an-endpoint
https://example.com/another/endpoint
https://example.com/some/other/endpoint
https://example.com/login
https://example.com/accounts
https://example.com/cart/items
Clone this wiki locally