Open
Description
While dealing with the implementation of the exploreDirectory
method, I noticed that the things
property in the API specification Thing Model defines three uriVariables
which are currently not accessible via our API (namely the query parameters offset
, limit
, and format
).
Should we add these three as optional parameters to the method?