How to access the Medical API using our SDK
GET /
endpoints are exposed as list<EntityNameInPlural>()
GET /:id
endpoints are exposed as get<EntityName>()
POST /
endpoints are exposed as create<EntityName>()
PUT /:id
endpoints are exposed as update<EntityName>()
DELETE /:id
endpoints are exposed as remove<EntityName>()