So I cannot access Google Iot core v1beta1 discovery api through the link https://cloudiot.googleapis.com/$discovery/rest?version=v1beta1.
The message i keep getting when i try to do so is as follows.
{
"error": {
"code": 404,
"message": "Discovery document not found for API service: cloudiot.googleapis.com format: rest version: v1beta1",
"status": "NOT_FOUND"
}
}
What am I doing wrong? Can anyone help me?