Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 294 Bytes

File metadata and controls

22 lines (14 loc) · 294 Bytes

Farsava - Health Api

First create an API KEY here

install dependencies

no dependency

configs

baseURL:= "https://api.amerandish.com/v1";
actionURL:= "/speech/healthcheck";
authKey:= "<YOUR_API_KEY>";

run

go run main.go