Skip to content

Commit b9695de

Browse files
author
Anders Breid
authored
Implement and verify curl functionality (#123)
* Added curl documentation and some file functionality * Improved logging * First functional test for bridge, tests that simulate curl commands
1 parent 3e7d9c0 commit b9695de

34 files changed

+1245
-184
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ Visit [Eiffel Community](https://eiffel-community.github.io) to get started and
4545
1. [**GUI Overview**](./wiki/markdown/GUI-Overview.md)
4646
1. [**Subscription Handling**](./wiki/markdown/Subscription-Handling.md)
4747
- [**Add Subscription**](./wiki/markdown/Add-Subscription.md)
48-
1. [**Test Rules User Guide**](./wiki/markdown/Test-Rules.md)
48+
1. [**Test Rules User Guide**](./wiki/markdown/Test-Rules.md)
49+
1. [**Front-end With CURL**](./wiki/markdown/Front-end_with_curl.md)
50+
- [**Examples, using CURL through EI Front-End**](./wiki/markdown/Front-end_with_curl.md#Curl-Examples)

docs/Add-Subscription.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<!--
3-
| Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-11
3+
| Generated by Apache Maven Doxia Site Renderer 1.8.1 at 2018-12-12
44
| Rendered using Apache Maven Fluido Skin 1.5
55
-->
66
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
77
<head>
88
<meta charset="UTF-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<meta name="Date-Revision-yyyymmdd" content="20181211" />
10+
<meta name="Date-Revision-yyyymmdd" content="20181212" />
1111
<meta http-equiv="Content-Language" content="en" />
1212
<title>Eiffel Intelligence Frontend &#x2013; Add Subscription</title>
1313
<link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -60,6 +60,9 @@
6060

6161
<li> <a href="Test-Rules.html" title="Test rules">Test rules</a>
6262
</li>
63+
64+
<li> <a href="Front-end_with_curl.html" title="Curl Examples">Curl Examples</a>
65+
</li>
6366
</ul>
6467
</li>
6568
</ul>
@@ -95,7 +98,7 @@ <h2>Eiffel Intelligence Frontend</h2>
9598
<li class="active ">Add Subscription</li>
9699

97100

98-
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-12-11</li>
101+
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-12-12</li>
99102
<li id="projectVersion" class="pull-right">
100103
Version: 0.0.18
101104
</li>
@@ -143,6 +146,13 @@ <h2>Eiffel Intelligence Frontend</h2>
143146
<span class="none"></span>
144147
Test rules</a>
145148
</li>
149+
150+
<li>
151+
152+
<a href="Front-end_with_curl.html" title="Curl Examples">
153+
<span class="none"></span>
154+
Curl Examples</a>
155+
</li>
146156
</ul>
147157

148158

0 commit comments

Comments
 (0)