Retrieves a single record by ID from any SELMA endpoint. Most SELMA
endpoints support GET /app/{endpoint}/{id} for single-record access.
Examples
if (FALSE) { # \dontrun{
selma_connect()
student <- selma_get_one("students", "123")
enrolment <- selma_get_one("enrolments", "456")
} # }
