CristalTeam/php-api-wrapper

Cannot use more than one transport in Laravel

damiendiels opened this issue · 1 comments

I need to use differents transport (Bearer and 1 custom) but it seems that it's not possible. Right ?

You need to create a custom API class for each connection. Your issue seems to be similar to the #8