Cannot use more than one transport in Laravel
damiendiels opened this issue · 1 comments
damiendiels commented
I need to use differents transport (Bearer and 1 custom) but it seems that it's not possible. Right ?
camillebaronnet commented
You need to create a custom API class for each connection. Your issue seems to be similar to the #8