Skip to content
Snippets Groups Projects
Commit fd4feff7 authored by Patrik Burzynski's avatar Patrik Burzynski
Browse files

updated changelog and case in readme

parent 939b6766
No related branches found
Tags v1.2.2
No related merge requests found
......@@ -12,7 +12,7 @@
],
"compilerPath": "C:\\Programming\\mingw-w64\\i686-8.1.0-win32-sjlj-rt_v6-rev0\\mingw32\\bin\\gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"cppStandard": "gnu++17",
"intelliSenseMode": "windows-gcc-x86"
}
],
......
......@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Changelog categories: Added, Changed, Deprecated, Removed, Fixed, Security
## [unreleased] - 2021-10-29
## [1.2.2] - 2021-11-05
### Fixed
* Random crashes when using the DLL.
......
......@@ -25,11 +25,6 @@ allow to perform a variety of different options to access resources and
services. The procedures use several parameters to handle things like
credentials, headers or the content body for both requests and their responses.
Have a look at the following
[video/screencast](https://www.youtube.com/watch?v=_axMHumFdzQ) to see it in
action! For more information on the application, please visit
https://bee-up.omilab.org/activities/bee-up/scenario-details/
### Features and functionality
......@@ -47,7 +42,13 @@ desired HTTP method (such as GET, PUT, POST, DELETE, etc.) through AdoScript.
### Cases
[Work in Progress]
One case of use for the module is with a Cyber-physical system, a robotic arm
to be more specific. The robotic arm provides a REST API to control it, which
is accessed from the [Bee-Up modelling tool](https://bee-up.omilab.org) during
processing of a model. Have a look at the following
[video/screencast](https://www.youtube.com/watch?v=_axMHumFdzQ) to see it in
action! For more information on the case, please visit
https://bee-up.omilab.org/activities/bee-up/scenario-details/
### How it works
......
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