We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b26cd4 commit 8cbd21dCopy full SHA for 8cbd21d
docs/logic/create-a-logic-adapter.rst
@@ -104,7 +104,7 @@ For this example we will use a fictitious API endpoint that returns the current
104
import requests
105
106
# Make a request to the temperature API
107
- response = requests.get('https://api.temperature.com/current?units=celsius')
+ response = requests.get('https://temperature.example.com/current?units=celsius')
108
data = response.json()
109
110
# Let's base the confidence value on if the request was successful
0 commit comments