Testing the API configuration
MemoQServicesClient is a Windows Forms application that is bundled with this documentation in source code form. This tool can be used to test connectivity and certain functions of the WS API, and the source code should provide examples and directions for development. The main window of the application has the following main menu items:
- TM: It has submenus to test TM functionality (such as listing TMs, creating a TM, importing into a TM and so on);
- TB: It has submenus to test TB functionality (such as listing TBs, creating a TB, importing into a TB and so on);
- Security: It has submenus to test Security functionality (such as creating/listing users/groups, assigning users to groups, managing permissions, and so on)
The results of the operations are logged in a readable format in the main window:
It is important to remember that if you change the base address of the API services, then you have to change the endpoint addresses in MemoQServicesClient.exe.config for the test client tool.
If you would like to use https, then you have to use the binding configuration CommonBindingConfig_Secure.
The MemoQServicesClient tool demonstrates some aspects of the Translation Memory, Term base and Security API. Other APIs are not covered.