File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ with some additional methods so this is an aspect of the library that is not cus
4040
4141### Quick Guide
4242
43- 1 . Create a client instance from ` GrandNodeClient ` class and customize it if you want with the help of ` builder ` method.
43+ 1 . Create a client instance from ` GrandNodeClient ` class and customize it if you want with the help of the ` builder ` method.
44442 . Create a service instance related to the API you want to use by calling ` create ` method on the client.
45- 3 . Call the service's methods(different type of API calls defined for each API service).
45+ 3 . Call the service's methods(different types of API calls defined for each API service).
46464 . Handle the response using various callbacks that are provided by ` Retrofit ` and other custom callbacks(` CallX ` ).
4747
4848---
You can’t perform that action at this time.
0 commit comments