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