You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
* Adds operation builders and partial java generator layer implementation
* Integrates root and path item servers into operation builders
* Adds Deprecated versions of methods
* Passes root security into operation for use by builders
* Adds JsonPathPieceMethod
* Changes JsonPathPieceMethod to JsonPathPieceProjevider
* Fixes java tests
* Adds java operation files and todos
* Updates schema camelCase COdegenKey values
* Fixes variable names for operation inputs
* Adds builder classes
* Adds setters for operation builders
* Fixes input property types in operation builder setters
* Adds spearate request class with required and optional properties set
* Implements request builder build method when there are required and optinal parameters
* FIxes the number of generated builders for operation params
* Updates templates to correctly use firsrt and last builders to set interfaces and Request classes
* Updates build method to only use info in the first and last builders for required and optional parameters
* Handles request body and header parameters
* Adds cookie serialization
* Adds generation of PathItem files
* Operations extend pathItems to get access to the path data
* Adds path parameters serialization
* Adds query parameters serialization
* Adds host
* Adds SecurityRequirementObject fetching in operation
* Adds operation methods
* Fixes setter method names when they are reserved
* Fixes method case input for requests in java
* Fixes pathitem class names in java
* Operation updated to use interface, allows same code to be used for operationId and for verb
* Initial endpoint doc file screated
* Adds request input classes to operation docs
* Adds links to operation classes in operation docs
* Adds links to operation docs in the readme
* Adds docs for operation xparameters schemas
* Adds links to x paramters schema
* Fixes java readme links to documentation
* Adds operation request body docs
* Changes operationInputClassName into a CodegenKey
* Adds links to other operation inputs
* Adds server index docs
* Adds security info docs
* Adds responses docs
* Fixes links to responses docs
* Fixes responses links to header schemas
* Fixes mustache access issues
* Turns on generation of responses
* Adds response doc generation
* Marks optional operation params as optional
* Regen iwth optional txt added
* Adds note about serverIndex and securityIndex
* Adds timeout optional parameter to operation
* Adds timeout to operation and apiConfigurartion
* Improves java imports
* Removes incorrect imports
* Adds missing periods in operation parameter class names, adds apiCondiguration timeout initialization
* Java samples regen
* Python samples regen
* Fixes DefaultGeneratorRunnerTest tests
* Fixes one test
* Updates schemas camelCase setting
* Fixes some java tests
* Fixes 2 tests
* Fixes remaining java tests
* Reverts mapBuilder name changes
* Refactors api client
* Fixes typo in import
* Eliminates class nesting in ApiClient
0 commit comments