File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ or remote URL)\
4242
4343## 🛠️ Output Structure
4444
45- After running the generator: - ` :models ` → contains all ` data class ` es
46- and enums for NEAR RPC - ` :client ` → contains the ` NearClient `
47- implementation and RPC call functions
45+ After running the generator:
46+ - ` :models ` → contains all ` data classes ` and enums for NEAR RPC
47+ - ` :client ` → contains the ` NearClient ` implementation and RPC call functions
4848
4949If you use ` --models-out ` or ` --client-out ` , the generated files will be
5050placed in those custom directories.
@@ -53,12 +53,7 @@ placed in those custom directories.
5353
5454## 📖 Development Notes
5555
56- - The generator typically uses [ OpenAPI
57- Generator] ( https://openapi-generator.tech/ ) or a custom
58- implementation
59- - To customize the output, edit the templates or configuration
60- - Before publishing a release, ensure the generator has been executed
61- with the latest OpenAPI spec
56+ - The generator typically uses a custom implementation
6257
6358------------------------------------------------------------------------
6459
You can’t perform that action at this time.
0 commit comments