Last updated
Last updated
Retrieve both instance and class variables of a given class. This endpoint is the equivalent of retrieving instance and class variables using the corresponding endpoints.
URL: /class/{name}/variables
Method: GET
Code : 200 OK
Content: [variable]
where variable
is defined as:
Example:: Fraction
instance variables GET /classes/Fraction/variables
.