mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 07:16:29 +00:00
Update Python Requests Docs URL on REST API page (#539)
This commit is contained in:
parent
3911368016
commit
320726fcc6
@ -22,7 +22,7 @@ curl -X GET \
|
|||||||
http://IP_ADDRESS:8123/ENDPOINT
|
http://IP_ADDRESS:8123/ENDPOINT
|
||||||
```
|
```
|
||||||
|
|
||||||
Another option is to use Python and the [Requests](http://docs.python-requests.org/en/latest/) module.
|
Another option is to use Python and the [Requests](https://requests.readthedocs.io/en/master/) module.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from requests import get
|
from requests import get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user