Skip to content

Commit

Permalink
[Fix] Sigfox API test connection method
Browse files Browse the repository at this point in the history
Signed-off-by: AntoineDeChassey <[email protected]>
  • Loading branch information
AntoineDeChassey committed Sep 5, 2018
1 parent e95754d commit 8a130dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api/server/datasources.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@
"body"
]
}
},
{
"template": {
"method": "GET",
"url": "https://backend.sigfox.com/api/devicetypes",
"headers": {
"Authorization": "Basic {credentials:string}"
}
},
"functions": {
"testConnection": [
"credentials"
]
}
}
]
},
Expand Down

0 comments on commit 8a130dc

Please sign in to comment.