You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,38 @@ echo json_encode($res->data);
67
67
68
68
## The `Fetch` class
69
69
70
+
The fetch class contains all the options and methods needed to make a network request.
71
+
72
+
### baseUrl
73
+
74
+
You might have noticed that all the requests above needed us to type a long URL to make the requests, however, we can add a base url so we don't have to type it over and over again.
0 commit comments