mirror of
https://github.com/jlengrand/dotaClient.git
synced 2026-03-10 08:11:18 +00:00
12 lines
244 B
HTTP
12 lines
244 B
HTTP
## HealthApi
|
|
|
|
### GET /health
|
|
# @name healthGet
|
|
GET http://api.opendota.com/api/health
|
|
|
|
|
|
> {%
|
|
client.test("Request executed successfully", function() {
|
|
client.assert(response.status === 200, "Response status is not 200");
|
|
});
|
|
%} |