[Answer]-How I can make module connecting to external REST api?

1đź‘Ť

âś…

  1. There’s really no “right” answer. It just depends on what’s best for your needs.

  2. To connect to an external REST API, take a look at the excellent Requests library.

0đź‘Ť

The Requests library is worth learning. It will save you a lot of grief.

Did you try:

pip install chardet

before

pip install requests 

?

Leave a comment