Kligo
v2
v2
  • Documentation de Kligo
  • SERVICES
    • ๐Ÿ‘จโ€๐Ÿ’ป API
    • ๐Ÿ‘ฎโ€โ™€๏ธ Authentication
    • ๐Ÿ”Observation
    • ๐Ÿ“ฒDevices
    • ๐Ÿšถโ€โ™‚๏ธ Patient (experimental)
    • โ›๏ธGetting data points
      • ๐Ÿ—„๏ธREST server
      • ๐Ÿ’ซSocket.IO
  • UTILISATION
    • ๐Ÿ‡ซ๐Ÿ‡ท Installation
    • ๐Ÿ‡ซ๐Ÿ‡ท Configuration LGC
    • ๐Ÿ‡ซ๐Ÿ‡ท Jumelage
    • ๐Ÿ‡ซ๐Ÿ‡ท Utilisation
    • โ˜‘๏ธ Compatibilitรฉ
  • Distributeurs
    • Offre d'essai
  • Misc
    • ๐Ÿ“ฏChangelog
Powered by GitBook
On this page

Was this helpful?

  1. SERVICES

Getting data points

Previous๐Ÿšถโ€โ™‚๏ธ Patient (experimental)NextREST server

Last updated 6 years ago

Was this helpful?

There are two ways to retrieve data points from Kligo.

  • We expose a REST server locally on the practitioner's computer. Data points can be fetched from this server in the same manner it can be fetched from a web service.

  • Alongside the REST server, you can connect to a socket. This socket will dispatch data points synchronously. Whenever a data point is created on Kligo an event is fired on the socket containing the datapoint.

The socket is powered by . Please refer to the documentation of SocketIO if you want more details about how to implement your own socket client.

โ›๏ธ
SocketIO