Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Extended HTTP Requests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
resources
ADOxx Modules
Extended HTTP Requests
Commits
fd4feff7
Commit
fd4feff7
authored
3 years ago
by
Patrik Burzynski
Browse files
Options
Downloads
Patches
Plain Diff
updated changelog and case in readme
parent
939b6766
No related branches found
Branches containing commit
Tags
v1.2.2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.vscode/c_cpp_properties.json
+1
-1
1 addition, 1 deletion
.vscode/c_cpp_properties.json
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
README.md
+7
-6
7 additions, 6 deletions
README.md
with
9 additions
and
8 deletions
.vscode/c_cpp_properties.json
+
1
−
1
View file @
fd4feff7
...
...
@@ -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++1
4
"
,
"cppStandard"
:
"gnu++1
7
"
,
"intelliSenseMode"
:
"windows-gcc-x86"
}
],
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
1
View file @
fd4feff7
...
...
@@ -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-1
0-29
## [
1.2.2
] - 2021-1
1-05
### Fixed
*
Random crashes when using the DLL.
...
...
This diff is collapsed.
Click to expand it.
README.md
+
7
−
6
View file @
fd4feff7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment