Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • Open 5
  • Merged 206
  • Closed 12
  • All 223
Subscribe to RSS feed
  • [Csharp] add nullable support to API client   3 of 4 checklist items completed
    !2528 · created Mar 27, 2019 by Administrator   4.0.0   Client: C-Sharp Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Mar 30, 2019
  • [Python] add cookie support for authentication in the client   4 of 6 checklist items completed
    !2367 · created Mar 12, 2019 by Administrator   4.0.0   Client: Python Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Dec 02, 2022
  • Support nullable fields in the Rust generator   4 of 4 checklist items completed
    !2353 · created Mar 10, 2019 by Administrator   4.0.0   Client: Rust Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Mar 12, 2019
  • [typescript-fetch] Support deepObject serialization in query parameters   4 of 4 checklist items completed
    !2234 · created Feb 25, 2019 by Administrator   4.0.0   Client: TypeScript Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Mar 12, 2019
  • Use oauth token for basic bearer auth in Rust.   4 of 4 checklist items completed
    !2161 · created Feb 15, 2019 by Administrator   4.0.0   Client: Rust Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Feb 20, 2019
  • Better handling of inline composed schemas in InlineModelResolver   2 of 2 checklist items completed
    !2112 · created Feb 11, 2019 by Administrator   4.0.0   Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated May 14, 2020
  • Add "servers" support to the operation, path in PHP API client   4 of 4 checklist items completed
    !2072 · created Feb 06, 2019 by William Cheng   4.0.0   Client: PHP Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Feb 09, 2019
  • Add "servers" support to operation, path in the JS client   4 of 4 checklist items completed
    !2060 · created Feb 05, 2019 by William Cheng   4.0.0   Client: JavaScript/Node.js Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Feb 09, 2019
  • [Python] Add "servers" support in path, operation   4 of 4 checklist items completed
    !2052 · created Feb 04, 2019 by William Cheng   4.0.0   Client: Python Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Sep 16, 2020
  • Add servers support to the path and operation   0 of 4 checklist items completed
    !2048 · created Feb 03, 2019 by William Cheng   4.0.0   Enhancement: Feature Feature: Generator Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Feb 05, 2019
  • [Python] handle nullable parameters with None added to allowed_values   4 of 4 checklist items completed
    !2034 · created Jan 31, 2019 by Administrator   4.0.0   Client: Python Enhancement: Feature Feature: Enum Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Feb 09, 2019
  • [PHP] Provide oneOf types in php code generation
    !2021 · created Jan 30, 2019 by Administrator   Client: PHP Feature: OAS 3.0 spec support General: Awaiting feedback
    • CLOSED
    • 0
    updated Feb 21, 2022
  • Add Bearer authentication support to JS client   4 of 4 checklist items completed
    !2020 · created Jan 30, 2019 by William Cheng   4.0.0   Client: JavaScript/Node.js Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Jan 31, 2019
  • Add Bearer authentication to PHP API client   4 of 4 checklist items completed
    !2013 · created Jan 29, 2019 by William Cheng   4.0.0   Client: PHP Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Jan 31, 2019
  • Add Bearer authentication support to Python client   4 of 4 checklist items completed
    !1999 · created Jan 28, 2019 by William Cheng   4.0.0   Client: Python Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Jan 30, 2019
  • Add multiple servers support to JS API client   4 of 4 checklist items completed
    !1974 · created Jan 24, 2019 by William Cheng   4.0.0   Client: JavaScript/Node.js Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Jan 29, 2019
  • Add multiple servers support to Python client   4 of 4 checklist items completed
    !1969 · created Jan 23, 2019 by William Cheng   4.0.0   Client: Python Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Jan 28, 2019
  • Add multiple servers support to PHP client   4 of 4 checklist items completed
    !1964 · created Jan 22, 2019 by William Cheng   4.0.0   Client: PHP Enhancement: Feature Feature: OAS 3.0 spec support
    • MERGED
    • 0
    updated Jan 24, 2019
  • Fix: Remove spec 3 references keys in imports for TypeScript   3 of 3 checklist items completed
    !1932 · created Jan 17, 2019 by Administrator   4.1.0   Client: TypeScript Feature: OAS 3.0 spec support Issue: Bug
    • MERGED
    • 0
    updated Aug 07, 2019
  • Issue 1766 Modified mustache files for Go to support nullable in the …   4 of 4 checklist items completed
    !1869 · created Jan 09, 2019 by Administrator   4.0.0   Feature: OAS 3.0 spec support Server: Go
    • MERGED
    • 0
    updated Feb 15, 2019
  • Prev
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • Next