Skip to content

Commit

Permalink
📚 📝 Build a connector-The hard way: added missed import
Browse files Browse the repository at this point in the history
Co-authored-by: ievgeniit <ievgeniit>
  • Loading branch information
etsybaev committed May 28, 2021
1 parent 7993c3f commit 07d7420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/tutorials/build-a-connector-the-hard-way.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ Make sure to add your actual API key \(the private key\) instead of the placehol
Then we'll add the `check_method`:

```python
import requests

def _call_api(endpoint, token):
return requests.get("https://cloud.iexapis.com/v1/" + endpoint + "?token=" + token)

Expand Down

0 comments on commit 07d7420

Please sign in to comment.