CristalTeam / php-api-wrapper

:rainbow: Work with APIs like with Laravel Eloquent or Doctrine (no longer a dream)
MIT License
117 stars 32 forks source link

Cannot use more than one transport in Laravel #13

Closed damiendiels closed 3 years ago

damiendiels commented 3 years ago

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

camillebaronnet commented 3 years ago

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