mirror of
https://github.com/brunofontes/Memsource-API.git
synced 2025-04-19 18:37:12 +00:00
Compare commits
No commits in common. "master" and "v1.2.0" have entirely different histories.
@ -27,7 +27,7 @@ class TM extends \BrunoFontes\Memsource\BaseApi
|
||||
*/
|
||||
public function list(array $queryParams = []): string
|
||||
{
|
||||
$response = $this->fetchApi->fetch('get', '/api2/v1/transMemories/', $queryParams);
|
||||
$response = $this->fetchApi->fetch('get', $this->_url, $queryParams);
|
||||
if ($this->hasError($response)) {
|
||||
throw new \Exception("Error listing TMs: " . $this->getError($response), 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user