# Functions
NewREST returns new instance of REST struct.
# Structs
REST represents restful API methods.
UploadModelResponse holds such of information like modelID or response code that are returned after uploading a model.
UploadModuleResponse holds such of information like moduleID or response code that are returned after uploading a module.
URLParams is dedicated struct to hold parameters given in URL.
# Interfaces
ModelsService is the interface that ...
ModulesService is the interface that ...