Migrate to new API on OpenLigaDB #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
The API on OpenLigaDB changed and has to be migrated.
The API switched from SOAP to JSON (swagger). Thus, the OpenLiga() class has to be migrated. Presumably this can implemented using the requests module.
Docs may be found here:
https://realpython.com/api-integration-in-python/