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
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,11 +134,31 @@ const platform = new PlatformClient({
134
134
Interceptors are particularly useful for scenarios where you need to dynamically modify requests, such as adding authentication tokens or logging request/response data.
135
135
136
136
137
-
## Build and Test
137
+
## Building and Testing
138
+
139
+
### Makefile Commands
140
+
141
+
The project provides a `Makefile` to simplify common development tasks. Below are the available commands:
0 commit comments