We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abae77 commit 423b4e2Copy full SHA for 423b4e2
1 file changed
README.md
@@ -64,6 +64,17 @@ class YourApi extends Api
64
65
## Documentation
66
67
+- [Base URL](#base-url)
68
+- [Requests](#requests)
69
+- [Query defaults](#query-defaults)
70
+- [Header defaults](#header-defaults)
71
+- [Authentication](#authentication)
72
+- [Event listeners](#event-listeners)
73
+- [HTTP client (PSR-18) and HTTP factories (PSR-17)](#http-client-psr-18-and-http-factories-psr-17)
74
+- [Cache (PSR-6)](#cache-psr-6)
75
+- [Logger (PSR-3)](#logger-psr-3)
76
+- [Configure options](#configure-options)
77
+
78
### Base URL
79
80
Getter and setter for the base URL.
0 commit comments