Add Entity and Callback Support #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/1/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds the ability to replace entities in reponses with extracted entities and allows the usage of callback functions for more advanced usage. Also includes an example callback function which uses https://openweathermap.org/ api in order to respond with weather data about a location.
Breaking Changes: None