HTTP Request Reference ====================== Once the rest server is up and running, one execute the following http request at the address the server is on. GET ``/users/`` ----------------------- Get the user information. GET ``/users//snapshots/`` ------------------------------------------------ Get the user's snapshot information. GET ``/users//snapshots//`` --------------------------------------------------------------- Get the user's snapshot's topic information. GET ``/users//snapshots///data`` -------------------------------------------------------------------- Get the user's snapshot's topic's data (available for `color_image` and `depth_image`). GET ``/users//snapshots`` --------------------------------- Get the user's snapshots. GET ``/users`` -------------- Get all users.