http requests in version 7.4 +
Posted: Sun Dec 12, 2021 9:12 am
As a developer, I would like to make an HTTP request from ren'py to my server, so that I can use the reply for an in-game feature.
I used this repo
https://github.com/renpytom/renpy-requests and it works fine on v7.3.5, but not on releases after.
I am OK with using v7.3.5 but there are some great new features in 7.4 series that I would also like to use.
Is there a new way to import requests, or a compatible substitute library for http requests I can use?
I used this repo
I am OK with using v7.3.5 but there are some great new features in 7.4 series that I would also like to use.
Is there a new way to import requests, or a compatible substitute library for http requests I can use?