Skip to content

Commit 6eb238a

Browse files
committed
Fixed docs
2 parents ee3740e + a8855cf commit 6eb238a

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

docs/generator.png

56.4 KB
Loading

docs/index.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
An HTTP Request snippet generator for many languages & tools. It can generate code for over twelve different languages and currently supports cURL, Javascript, Node, C, Java, Objective-C, Swift, Python, Ruby, C#, Go, OCaml and more!.
55

6+
<<<<<<< HEAD
67
==== Usage
78
Enable maven snapshots in `~/.m2/settings.xml`
89
```xml
@@ -89,6 +90,8 @@ cd httpsnippet
8990
mvn clean install
9091
java -jar httpsnippet-demo/target/httpsnippet-demo-0.0.1-SNAPSHOT.jar
9192
```
93+
=======
94+
>>>>>>> a8855cf526135b93537ab2d47373d4b463b942f3
9295
9396
==== Har Request
9497
@@ -195,7 +198,11 @@ then it will be merged into a new list and the resulting url in code snippets wi
195198
196199
==== Generators
197200
201+
<<<<<<< HEAD
198202
Please start by browsing for available generators and inspect each implementation. A generator is a simple class with a constructor that accepts two parameters: language and client where language is the target language i.e ```JAVA```, ```PYTHON``` and client is the target client that supports the language ```OKHTTP``` for ```JAVA```. The generator has ```generateCode``` function which converts ```HarRequest``` to ```HttpSnippet```.
203+
=======
204+
Please start by browsing for available generators and inspect each implementation. A generator is a simple module with a constructor that accepts two parameters: language and client where language is the target language i.e ```JAVA```, ```PYTHON``` and client is the target client that supports the language ```OKHTTP``` for ```JAVA```. The generator has ```generateCode``` function which converts ```HarRequest``` to ```HttpSnippet```.
205+
>>>>>>> a8855cf526135b93537ab2d47373d4b463b942f3
199206

200207
[plantuml, generators]
201208
....

httpsnippet/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,17 @@
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-project-info-reports-plugin</artifactId>
217217
<version>3.0.0</version>
218+
<<<<<<< HEAD
219+
=======
220+
<reportSets>
221+
<reportSet>
222+
<reports>
223+
<report>index</report>
224+
<report>help</report>
225+
</reports>
226+
</reportSet>
227+
</reportSets>
228+
>>>>>>> a8855cf526135b93537ab2d47373d4b463b942f3
218229
</plugin>
219230
</plugins>
220231
</reporting>

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,11 @@
106106
<spotbugs-fb-contrib.version>7.4.3.sb</spotbugs-fb-contrib.version>
107107
<spotbugs-maven-plugin.version>3.1.11</spotbugs-maven-plugin.version>
108108
<spotless-maven-plugin.version>1.21.1</spotless-maven-plugin.version>
109+
<<<<<<< HEAD
109110
<spring.boot.version>2.1.4.RELEASE</spring.boot.version>
111+
=======
112+
<spring.boot.version>2.1.3.RELEASE</spring.boot.version>
113+
>>>>>>> a8855cf526135b93537ab2d47373d4b463b942f3
110114
<springfox.version>2.9.2</springfox.version>
111115
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
112116
<xml-format-maven-plugin.version>3.0.7</xml-format-maven-plugin.version>

0 commit comments

Comments
 (0)