mirror of
https://github.com/brunofontes/Memsource-API.git
synced 2025-12-13 04:40:42 -03:00
Project: Included a getProject API call
This commit is contained in:
@@ -34,7 +34,7 @@ class FetchApi
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function fetch(string $method, string $url, array $parameters, $filename = '') : string
|
||||
public function fetch(string $method, string $url, array $parameters = [], $filename = '') : string
|
||||
{
|
||||
$setopt = [];
|
||||
switch ($method) {
|
||||
|
||||
Reference in New Issue
Block a user