Complete code refactor:
- Requires PHP >= 8.1
- Doesn't use interfaces anymore
- Initialized with param instead of array:
new Baselinker('token')
BaselinkerException
takes the response object and makes it accessible- Changed method params in
BaselinkerConnect
class to reflect changes in the API