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 |
|