mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
11 lines
245 B
Bash
Executable File
11 lines
245 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# C# Petstore API client
|
|
./bin/csharp-petstore.sh
|
|
|
|
# C# Petstore API client with PropertyChanged
|
|
./bin/csharp-property-changed-petstore.sh
|
|
|
|
# C# Petstore API client (v5.0 for .net standarnd 1.3+)
|
|
./bin/csharp-petstore-net-standard.sh
|