Skip to content

Commit

Permalink
Fixed file extension in README.md to generate API of nautobot (#33)
Browse files Browse the repository at this point in the history
* Fixed file extension in README.md to generate API of nautobot

* Update .README.md

Fixed file extension in .README.md to generate API of nautobot
  • Loading branch information
Spuxy authored Oct 4, 2024
1 parent 2412b57 commit 8022188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Being aware of it, most often than not, you would need to generate your own bind
$ wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.8.0/openapi-generator-cli-7.8.0.jar -O openapi-generator-cli.jar
```

2. Define your `openapi-codegen` config file. You can use the [one in this repository](development/oapi-config.yml).
2. Define your `openapi-codegen` config file. You can use the [one in this repository](development/oapi-config.yaml).

3. Download the `swagger.yaml` from the API, using the proper minor version:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Being aware of it, most often than not, you would need to generate your own bind
$ wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.8.0/openapi-generator-cli-7.8.0.jar -O openapi-generator-cli.jar
```

2. Define your `openapi-codegen` config file. You can use the [one in this repository](development/oapi-config.yml).
2. Define your `openapi-codegen` config file. You can use the [one in this repository](development/oapi-config.yaml).

3. Download the `swagger.yaml` from the API, using the proper minor version:

Expand Down

0 comments on commit 8022188

Please sign in to comment.