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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The generator will create the following units:
28
28
29
29
### Using the client
30
30
31
-
To use the client, just add the generated units to your uses classes and instantiate the interfaces. Note that the generated code depends on the units provided in the Dist folder, so you must also add them to your project.
31
+
To use the client, just add the generated units to your uses classes and instantiate the interfaces. Note that the generated code depends on the units provided in the [Dist](Dist) folder, so you must also add them to your project.
32
32
33
33
Once you instantiate a service, just call a method to invoke an endpoint. The following example will create a new pet in the server by invoking the `POST /Pets` endpoint:
0 commit comments