Software developers

Logus HMS integration capabilities

Web API (REST)

Many tasks can be dealt with using the Logus Web API, available on the application server Logus HMS. The API is self-documenting. Try it out using our test server http://api-hms.logus.pro/swagger/.

Integration bus

Logus uses the service integration busNServiceBusfor interaction with other components and systems. The server publishes notifications there (in the event of changes in the booking, guests, room availability), receives and executes commands sent to the bus. You will find more about notifications and sample code  on GitHub.