rules_openapi icon indicating copy to clipboard operation
rules_openapi copied to clipboard

🍃 bazel rules for generating code from openapi specifications

Results 11 rules_openapi issues
Sort by recently updated
recently updated
newest added

I have the following code: ``` load("@io_bazel_rules_openapi//openapi:openapi.bzl", "openapi_gen") load("@io_bazel_rules_go//go:def.bzl", "go_library") openapi_gen( name="sample-go-src", language="go", spec="sample.yaml", api_package = "com.shingo.swagger.api", model_package = "com.shingo.swagger.model", ) go_library( name = "sample-go", srcs = ["//bazel-bin/model/sample_go_codegen.srcjar"], # produced...

Hello, in order to use `v7.4.0` from https://github.com/OpenAPITools/openapi-generator it was necessary for me to run the tool (in the ci pipeline) with another java toolchain: ```starlark container_pull( name = "bazel",...

This flag is supported by both swagger_cli and openapi_cli. Thus implementing it is as simple as passing in the flag to the cli, regardless of cli choice.

When I tried to use this package for my build setup at https://github.com/sakanaou/openapi-first I noticed it does not execute correctly on Windows: ``` C:\prj\openapi-first>bazel build --verbose_failures //backend-v1 INFO: Analyzed target...

While integrating this project in my example at https://github.com/sakanaou/openapi-first I noticed that the OpenAPI code is generated in a sub-directory of the actual project and not in the output directory...

In May 2018, swagger-codegen contributors have decided to fork Swagger Codegen to maintain a community-driven version called "OpenAPI Generator" (https://openapi-generator.tech), which supports both OpenAPI/Swagger spec v2 and v3. For the...

To me the question is how to handle other openapi implementations e.g. go-swagger? We have prel. support in `rules_go` since it needs the go toolchain.

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/chenrui333/rules_openapi). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [bazel](https://redirect.github.com/bazelbuild/bazel) | major | `7.6.1` → `8.5.0` | --- ### Release Notes bazelbuild/bazel (bazel) ###...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` → `v6` | --- ### Release...