Sven Serlier
|
b163e1048d
|
Rename component to integration (#1345)
|
2022-05-30 11:47:48 +02:00 |
|
Matej Drobnič
|
8e7cd6d474
|
Update calendar event rest AP with description and location (#1332)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
|
2022-05-15 20:33:38 +02:00 |
|
Allen Porter
|
57cddc14bb
|
Add documentation for the existing calendar rest APIs (#1330)
|
2022-05-14 23:14:53 -07:00 |
|
Sebastian Höffner
|
510d7c38d5
|
Correct /api/intent/handle endpoint route, add intent: hint (#1305)
|
2022-04-24 21:45:25 -07:00 |
|
J. Nick Koston
|
1580b118a2
|
Document no_attributes flag for history api (#1242)
Co-authored-by: Teemu R. <tpr@iki.fi>
|
2022-03-23 10:30:04 +01:00 |
|
Andrew Soback
|
573610c70d
|
Added intent handle api endpoint (#1210)
|
2022-02-09 23:30:35 -08:00 |
|
Ashley Cawley
|
ccf6b4f438
|
Added Python Example (#1143)
|
2022-01-24 13:55:36 +01:00 |
|
Joakim Sørensen
|
4bbf81ef73
|
Remove refrences to /api/discovery_info (#1054)
|
2021-09-11 11:39:25 -07:00 |
|
Ivan Bessarabov
|
24d04f8474
|
Api endpoint is with slash at the end (#846)
```
$ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api; echo ''
404: Not Found
$ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api/; echo ''
{"message": "API running."}
$
```
|
2021-03-11 12:48:36 +01:00 |
|
Joakim Sørensen
|
cdb7c34ced
|
Custom API endpoint element (#695)
|
2020-10-20 21:50:00 +02:00 |
|
Paulus Schoutsen
|
2c93407523
|
Fix right carrots (#693)
|
2020-10-20 10:25:21 +02:00 |
|
Paulus Schoutsen
|
cc81481797
|
Fix some Rest API headers (#692)
|
2020-10-20 10:19:44 +02:00 |
|
Paulus Schoutsen
|
3c04290e21
|
Remove event forward API descriptions as they no longer exist
|
2020-10-20 09:52:39 +02:00 |
|
Bradley Nelson
|
5876dc7b26
|
Update Rest API Style (#689)
|
2020-10-20 09:50:56 +02:00 |
|
Daniel Shokouhi
|
bd76a78d57
|
Mention event data structure when we talk about firing events (#682)
|
2020-10-15 12:28:15 +02:00 |
|
Sam Welek
|
e47096e7d5
|
Fixes some Typos in the Documentation (#678)
* Fixing typo on development_enviornment.md
* Fixing various typos throughout the docs, it's not much but it's honest work
|
2020-10-11 15:47:52 +01:00 |
|
J. Nick Koston
|
32d0a55f29
|
Update rest api for latest history and logbook changes (#587)
|
2020-06-21 13:59:33 -07:00 |
|
Jeff Rescignano
|
320726fcc6
|
Update Python Requests Docs URL on REST API page (#539)
|
2020-05-17 15:27:23 +02:00 |
|
Franck Nijhof
|
08884e2cca
|
Collection of fixes and improvements (#516)
|
2020-05-11 08:12:01 -07:00 |
|
Franck Nijhof
|
269b3594cd
|
Restructure docs APIs (#504)
|
2020-05-10 21:20:30 +02:00 |
|