API uç noktası:
http://analiz.ahost.web.tr/api/v1/projects
Örnek isteyin:
curl --location --request GET 'http://analiz.ahost.web.tr/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byproject için Adınız. Varsayılanlar: project.sort_bycreated_at için Oluşturulma tarihi, project için Adınız. Varsayılanlar: created_at.sortdesc için Azalan, asc için Artan. Varsayılanlar: desc.per_page10, 25, 50, 100. Varsayılanlar: 10.API uç noktası:
http://analiz.ahost.web.tr/api/v1/projects/{project}
Örnek isteyin:
curl --location --request DELETE 'http://analiz.ahost.web.tr/api/v1/projects/{project}' \ --header 'Authorization: Bearer {api_key}'