API ๋ฌธ์
์ด ๋ฌธ์๋ ์ฌ์ฉ ๊ฐ๋ฅํ API ์๋ํฌ์ธํธ์ ๋ํ ๋ฌธ์์ ๋๋ค. ์ด API๋ REST ์ํคํ ์ฒ๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ๊ตฌ์ถ๋์์ต๋๋ค. ๋ชจ๋ API ์๋ํฌ์ธํธ๋ ํ์ค HTTP ์๋ต ์ฝ๋๋ฅผ ํฌํจํ JSON ์๋ต์
์ธ์ฆ
๋ชจ๋ API ์๋ํฌ์ธํธ๋ Bearer ์ธ์ฆ ๋ฐฉ๋ฒ์ผ๋ก ์ ์ก๋ API ํค๊ฐ ํ์ํฉ๋๋ค.
curl --request GET \
--url 'https://qrcodemonkey.net/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qrcodemonkey.net/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \