Basic information

TRASSIR's open platform makes it easy to integrate third-party applications. The set of resources that make this interaction possible is called the TRASSIR SDK.

Although the SDK is designed to be used in applications, all of its functions work from a browser. Moreover, the SDK comments suggest additional functions that may be called. All you have to do is copy the example to the address bar. Try out all the functions using a browser!

Warning

Note that before using the TRASSIR SDK, you must first configure your server.

TRASSIR SDK functions respond in JSON format. There are libraries for working with JSON available in any programming language. If the problem being solved does not require exact parsing of the responses, you can easily handle regular expressions. This is precisely the approach used in the python examples.

There are two ways to work with the SDK. You can use an SDK password and indicate the username and password of an arbitrary user in the system. Alternatively, you can – and in many instances must (for example, when viewing an archive) – use a session. The choice of which method depends on your specific task.