We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b50181 + e40008e commit 0236065Copy full SHA for 0236065
1 file changed
src/main/HowRequestsWork.md
@@ -1,6 +1,6 @@
1
-## Want to add your own request? and serialize them into objects?
+## Adding custom requests
2
3
-1. Simply create a new class with any name you want
+1. Create a new class
4
2. Make `AbstractRequest` its super class
5
6
```java
@@ -60,7 +60,7 @@ public class MyClass extends AbstractRequest {
60
}
61
```
62
63
-Where `parameter = market`, the field name. The `value` is the value within the specific field
+Where `parameter` is the field name, in this case "`market`". The `value` is the value within the specific field
64
65
So for
66
0 commit comments