Skip to content

Commit 0236065

Browse files
committed
Merge remote-tracking branch 'origin/development' into development
2 parents 2b50181 + e40008e commit 0236065

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/HowRequestsWork.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Want to add your own request? and serialize them into objects?
1+
## Adding custom requests
22

3-
1. Simply create a new class with any name you want
3+
1. Create a new class
44
2. Make `AbstractRequest` its super class
55

66
```java
@@ -60,7 +60,7 @@ public class MyClass extends AbstractRequest {
6060
}
6161
```
6262

63-
Where `parameter = market`, the field name. The `value` is the value within the specific field
63+
Where `parameter` is the field name, in this case "`market`". The `value` is the value within the specific field
6464

6565
So for
6666

0 commit comments

Comments
 (0)