File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed
Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 44namespace AzuraCast \Api ;
55
66use GuzzleHttp \Client ;
7- use GuzzleHttp \Exception \GuzzleException ;
87
98abstract class AbstractClient
109{
Original file line number Diff line number Diff line change 44namespace AzuraCast \Api ;
55
66use GuzzleHttp \Client ;
7- use GuzzleHttp \Exception \GuzzleException ;
87
98abstract class AbstractStationClient extends AbstractClient
109{
Original file line number Diff line number Diff line change 66use AzuraCast \Api \AbstractStationClient ;
77use AzuraCast \Api \Dto ;
88use AzuraCast \Api \Exception ;
9- use GuzzleHttp \Pool ;
10- use GuzzleHttp \Psr7 \Request ;
119
1210class RequestsClient extends AbstractStationClient
1311{
Original file line number Diff line number Diff line change 66use AzuraCast \Api \AbstractStationClient ;
77use AzuraCast \Api \Dto ;
88use AzuraCast \Api \Exception ;
9- use GuzzleHttp \Pool ;
10- use GuzzleHttp \Psr7 \Request ;
119
1210class StreamersClient extends AbstractStationClient
1311{
You can’t perform that action at this time.
0 commit comments