Punct final API:
https://greatweb.ro/api/v1/projects
Exemplu de solicitare:
curl --location --request GET 'https://greatweb.ro/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byproject pentru Nume. Implicit la: project.sort_bycreated_at pentru Data creării, project pentru Nume. Implicit la: created_at.sortdesc pentru Descrescător, asc pentru Crescător. Implicit la: desc.per_page10, 25, 50, 100. Implicit la: 10.Punct final API:
https://greatweb.ro/api/v1/projects/{project}
Exemplu de solicitare:
curl --location --request DELETE 'https://greatweb.ro/api/v1/projects/{project}' \ --header 'Authorization: Bearer {api_key}'