Authenticating with the API
xxxxxxxxxx1curl --request GET \2 --url https://api.less.build/cache/generic/item \3 --header 'accept: application/json'
xxxxxxxxxx
curl --request GET \
--url https://api.less.build/cache/generic/item \
--header 'accept: application/json'
Try It!
Updated about 2 years ago