File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function getAllByUserId(string $userId): array
47
47
public function getAllByUserIdAndProjectId (string $ userId , string $ projectId ): array
48
48
{
49
49
$ tokens = [];
50
- $ response = $ this ->httpClient ->get ($ this ->getResourceUrl ($ userId , $ projectId ));
50
+ $ response = $ this ->httpClient ->get (sprintf ( ' %s?projectId=%s ' , $ this ->getResourceUrl ($ userId) , $ projectId ));
51
51
$ tokenArray = $ this ->getParameterFromResponse ($ response , self ::RESOURCE_PARAMETER_PLURAL );
52
52
53
53
foreach ($ tokenArray as $ token ) {
Original file line number Diff line number Diff line change 109
109
class TransipAPI
110
110
{
111
111
public const TRANSIP_API_ENDPOINT = "https://api.transip.nl/v6 " ;
112
- public const TRANSIP_API_LIBRARY_VERSION = "6.53.4 " ;
112
+ public const TRANSIP_API_LIBRARY_VERSION = "6.53.5 " ;
113
113
public const TRANSIP_API_DEMO_TOKEN = "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6ImN3MiFSbDU2eDNoUnkjelM4YmdOIn0.eyJpc3MiOiJhcGkudHJhbnNpcC5ubCIsImF1ZCI6ImFwaS50cmFuc2lwLm5sIiwianRpIjoiY3cyIVJsNTZ4M2hSeSN6UzhiZ04iLCJpYXQiOjE1ODIyMDE1NTAsIm5iZiI6MTU4MjIwMTU1MCwiZXhwIjoyMTE4NzQ1NTUwLCJjaWQiOiI2MDQ0OSIsInJvIjpmYWxzZSwiZ2siOmZhbHNlLCJrdiI6dHJ1ZX0.fYBWV4O5WPXxGuWG-vcrFWqmRHBm9yp0PHiYh_oAWxWxCaZX2Rf6WJfc13AxEeZ67-lY0TA2kSaOCp0PggBb_MGj73t4cH8gdwDJzANVxkiPL1Saqiw2NgZ3IHASJnisUWNnZp8HnrhLLe5ficvb1D9WOUOItmFC2ZgfGObNhlL2y-AMNLT4X7oNgrNTGm-mespo0jD_qH9dK5_evSzS3K8o03gu6p19jxfsnIh8TIVRvNdluYC2wo4qDl5EW5BEZ8OSuJ121ncOT1oRpzXB0cVZ9e5_UVAEr9X3f26_Eomg52-PjrgcRJ_jPIUYbrlo06KjjX2h0fzMr21ZE023Gw " ;
114
114
115
115
/**
You can’t perform that action at this time.
0 commit comments