We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1758467 commit e40008eCopy full SHA for e40008e
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