Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 943 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 943 Bytes

Client Codegen

Kotlin Client OpenAPI Codegen for Rarible services.

Installation

  1. Add this to pom.xml:

    <dependency>
      <groupId>com.rarible.codegen</groupId>
      <artifactId>rarible-client-openapi-generator</artifactId>
      <version>1.1.0</version>
    </dependency>
  2. Run via command line:

    mvn install
    

Suggestions

You are welcome to suggest features and report bugs found!

Contributing

The codebase is maintained using the "contributor workflow" where everyone without exception contributes patch proposals using "pull requests" (PRs). This facilitates social contribution, easy testing, and peer review.

See more information on CONTRIBUTING.

License

Client Codegen is available under MIT License.