Cyclotis REST API - new release published

New release of Cyclotis REST server is published.

It corrects various bugs related to generation of output in CSV-like format found during same test as for DGT-OmegaT 3.4

It also adds the possibility to use a Bearer-style authentication method: instead of sending user and password on each request, the server can generate a random string which you can then send during next requests as an alternative to user and password. This is not a strict implementation of OAuth, but this is the similar idea. This is also not a session number, since all requests in this server remains stateless, but bearers have a lifecycle and stop to work if the number has not been used for a (configurable) long time.

Add new comment