API uç noktası:
https://hrmn.live/api/v1/spaces
İstek örneği:
curl --location --request GET 'https://hrmn.live/api/v1/spaces' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byname. Varsayılan: name.sort_byid, İsim için name. Varsayılan: id.sortdesc, Artan için asc. Varsayılan: desc.per_page10, 25, 50, 100. Varsayılan: 10.API uç noktası:
https://hrmn.live/api/v1/spaces/{id}
İstek örneği:
curl --location --request GET 'https://hrmn.live/api/v1/spaces/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API uç noktası:
https://hrmn.live/api/v1/spaces
İstek örneği:
curl --location --request POST 'https://hrmn.live/api/v1/spaces' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}'
namecolor1, 2, 3, 4, 5, 6. Varsayılan: 1.API uç noktası:
https://hrmn.live/api/v1/spaces/{id}
İstek örneği:
curl --location --request PUT 'https://hrmn.live/api/v1/spaces/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
namecolor1, 2, 3, 4, 5, 6.API uç noktası:
https://hrmn.live/api/v1/spaces/{id}
İstek örneği:
curl --location --request DELETE 'https://hrmn.live/api/v1/spaces/{id}' \ --header 'Authorization: Bearer {api_key}'