Postaman : API 테스트, 실행
ex ) joke API, Kanye west quotes API
https://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=439d4b804bc8187953eb36d2a8c26a02
↑ ? 이전 : Paths // 이후 : Parameters
Endpoint - random joke and quotes(Kanye west)
Paths - URL
Parameters - Objects in URL
Authentication - limit of requests (ex : openweather API)
* 증축하려면 값 지불
'코딩' 카테고리의 다른 글
CMD 단축키 (0) | 2020.06.15 |
---|---|
[JS] JSON (0) | 2020.04.30 |
[JS] Javascript 기본문법 (0) | 2020.04.30 |
[JS] Express (0) | 2020.04.30 |
[JS] Node (0) | 2020.04.26 |