Skip to content
Snippets Groups Projects
Commit e45a6519 authored by Patrik Paško's avatar Patrik Paško
Browse files

- readme updated

parent 3dc6c11b
No related branches found
No related tags found
No related merge requests found
......@@ -242,6 +242,11 @@ await devkitConnector.AddSensorData(sensorContracts);
* `GetDemoFile(fileName)` - Get byte representation of the specified demo file
* `GetUnityLastVersion(platform)` - Get the last version of the Unity app
* `GetUnityBundleInfo(bundleName)` - Get information (version, size, name) about the Unity Bundle
* **Generic methods**
* `Get(string subUrl)`
* `Post(string subUrl, object body)`
* `Patch(string subUrl, object body)`
* `Delete(string subUrl)`
## Future features
- **protobuffers** serialization
......
......@@ -9,6 +9,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test\Test.cspr
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Main", "Main\Main.csproj", "{E30C5B8F-0CA9-4947-8D83-95DC4612F4E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BFAF4E7-6401-497C-B5F3-EF757BD49BDB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment