DORSETRIGS
Home

openapi-generator (27 post)


posts by category not found!

Change return types for Spring openapi-generator-maven-plugin generated interfaces

Customizing Return Types in Spring Openapi Generator Maven Plugin Generated Interfaces The Spring Open API Generator Maven plugin is a powerful tool for creatin

2 min read 06-10-2024 39
Change return types for Spring openapi-generator-maven-plugin generated interfaces
Change return types for Spring openapi-generator-maven-plugin generated interfaces

Swagger url generated json is missing "securityschemes" component

Swagger URL Missing security Schemes Component A Common Issue and How to Fix It Problem You re working with a Swagger API documentation and trying to generate a

2 min read 05-10-2024 46
Swagger url generated json is missing "securityschemes" component
Swagger url generated json is missing "securityschemes" component

OpenAPI spec: default value of query param is ignored

Open API Spec When Default Values for Query Parameters Go Missing Problem You ve meticulously defined your API in an Open API specification including default va

2 min read 05-10-2024 46
OpenAPI spec: default value of query param is ignored
OpenAPI spec: default value of query param is ignored

Java records in open-api generator

Open API Generator and Java Records A Powerful Pairing Open API Generator is a powerful tool for automatically generating client and server code from Open API s

2 min read 05-10-2024 48
Java records in open-api generator
Java records in open-api generator

Why is openapi-generator using unknown imports

Understanding Unknown Imports in Open API Generator Open API Generator is a powerful tool that automates the generation of client libraries server stubs and API

2 min read 30-09-2024 49
Why is openapi-generator using unknown imports
Why is openapi-generator using unknown imports

How to use OpenAPI generator maven plugin to consume OpenAPI spec to generate APIs & DTOs in Spring Boot?

How to Use Open API Generator Maven Plugin to Generate APIs and DTOs in Spring Boot Open API specifications provide a powerful way to define and document RES Tf

2 min read 28-09-2024 49
How to use OpenAPI generator maven plugin to consume OpenAPI spec to generate APIs & DTOs in Spring Boot?
How to use OpenAPI generator maven plugin to consume OpenAPI spec to generate APIs & DTOs in Spring Boot?

Getting Blank Parameters in Swagger UI inspite of giving proper openapi configurations

Troubleshooting Blank Parameters in Swagger UI Despite Proper Open API Configurations When working with Swagger UI developers often encounter a frustrating issu

2 min read 19-09-2024 47
Getting Blank Parameters in Swagger UI inspite of giving proper openapi configurations
Getting Blank Parameters in Swagger UI inspite of giving proper openapi configurations

Open API customization of template where x-deduction is not invoked in open-api 3 spec but discriminator works fine with spring generator

Open API Customization Understanding the Discriminator and x deduction in Open API 3 Specifications with Spring Generator In the realm of API development the Op

3 min read 19-09-2024 47
Open API customization of template where x-deduction is not invoked in open-api 3 spec but discriminator works fine with spring generator
Open API customization of template where x-deduction is not invoked in open-api 3 spec but discriminator works fine with spring generator

openapi dart generator problem with schema attribute of type array

Understanding the Open API Dart Generator Problem with Schema Attributes of Type Array When working with Open API specifications and generating code in Dart dev

3 min read 17-09-2024 47
openapi dart generator problem with schema attribute of type array
openapi dart generator problem with schema attribute of type array

Issues with JWT Middleware in Echo and oapi-codegen Application Causing Multiple 401 Responses

Issues with JWT Middleware in Echo and oapi codegen Application Causing Multiple 401 Responses JSON Web Tokens JWT are a widely used mechanism for securely tran

3 min read 16-09-2024 45
Issues with JWT Middleware in Echo and oapi-codegen Application Causing Multiple 401 Responses
Issues with JWT Middleware in Echo and oapi-codegen Application Causing Multiple 401 Responses

Generate and validate LocalTime from OpenAPI specification YAML

Generating and Validating Local Time from Open API Specification YAML Many APIs utilize Open API specifications to define their structure and behavior This appr

4 min read 13-09-2024 61
Generate and validate LocalTime from OpenAPI specification YAML
Generate and validate LocalTime from OpenAPI specification YAML

Can the openapi-generator library generate Python clients that import custom schemas?

Can Open API Generator Create Python Clients with Custom Schemas Problem You re working with an API that uses custom schemas defined in your own code You want t

2 min read 13-09-2024 55
Can the openapi-generator library generate Python clients that import custom schemas?
Can the openapi-generator library generate Python clients that import custom schemas?

Generating unused dtos in swagger

Say Goodbye to Unused DTOs A Guide to Streamlining Your Swagger Definitions Swagger a powerful API documentation tool can be a lifesaver for developers It provi

2 min read 13-09-2024 59
Generating unused dtos in swagger
Generating unused dtos in swagger

Bug in OpenAPI generator? Wrong format for the example value of date datatype

Open API Generator and Date Formatting Why Your Example is Not Working You re encountering a common issue when using Open API Generator and working with date fo

2 min read 05-09-2024 66
Bug in OpenAPI generator? Wrong format for the example value of date datatype
Bug in OpenAPI generator? Wrong format for the example value of date datatype

Can OpenAPI integrate HATEOAS in a useful way?

Can Open API Integrate HATEOAS in a Useful Way The combination of Open API and HATEOAS is a common topic of discussion among API developers often leading to que

3 min read 04-09-2024 75
Can OpenAPI integrate HATEOAS in a useful way?
Can OpenAPI integrate HATEOAS in a useful way?

How to generate Delegates and Controllers for Spring OpenApi generator 6.6.0

Mastering Spring Open API Generator 6 6 0 Generating Delegates and Controllers The Spring Open API Generator is a powerful tool for automating the generation of

3 min read 03-09-2024 52
How to generate Delegates and Controllers for Spring OpenApi generator 6.6.0
How to generate Delegates and Controllers for Spring OpenApi generator 6.6.0

How to generate endpoints having StreamingResponseBody as return type using Swagger in a Java-Spring server app?

Generating Streaming Response Body Endpoints with Swagger in Spring Boot This article explores how to generate endpoints that return Streaming Response Body usi

2 min read 03-09-2024 54
How to generate endpoints having StreamingResponseBody as return type using Swagger in a Java-Spring server app?
How to generate endpoints having StreamingResponseBody as return type using Swagger in a Java-Spring server app?

Customize generated schema names in SpringDoc

Customize Generated Schema Names in Spring Doc A Guide to Seamless API Integration Spring Doc is a powerful tool for generating Open API Swagger documentation f

2 min read 03-09-2024 54
Customize generated schema names in SpringDoc
Customize generated schema names in SpringDoc

How to implement custom logic in OpenAPI-generated FastAPI project?

Implementing Custom Logic in Open API Generated Fast API Projects This article explores how to inject custom logic into an Open API generated Fast API project e

2 min read 02-09-2024 53
How to implement custom logic in OpenAPI-generated FastAPI project?
How to implement custom logic in OpenAPI-generated FastAPI project?

OpenAPI / Swagger: $ref for response statuses?

Leveraging ref for Response Statuses in Open API Swagger This article delves into the intricacies of utilizing the ref keyword in Open API Swagger specification

2 min read 02-09-2024 51
OpenAPI / Swagger: $ref for response statuses?
OpenAPI / Swagger: $ref for response statuses?

OpenApiGenerator not setting modelAnnotations on generation

Tackling Open Api Generators Model Annotation Issue A Practical Guide This article will explore a common issue encountered with Open Api Generator the inability

2 min read 01-09-2024 58
OpenApiGenerator not setting modelAnnotations on generation
OpenApiGenerator not setting modelAnnotations on generation

Change OpenAPI generator maven plugin log level to WARN

Quieting the Open API Generator Maven Plugin How to Adjust Log Levels The Open API Generator Maven plugin is a powerful tool for generating client libraries and

2 min read 31-08-2024 49
Change OpenAPI generator maven plugin log level to WARN
Change OpenAPI generator maven plugin log level to WARN

How is maxLength/minLength translated by go-gin

Understanding max Length and min Length in Open API and Go Gin When working with Open API specifications and generating Go code with tools like Open API Generat

2 min read 30-08-2024 49
How is maxLength/minLength translated by go-gin
How is maxLength/minLength translated by go-gin

Get all defined attributes in a Map

Extracting All Defined Attributes from a Map in Java A Deep Dive This article explores the challenge of efficiently retrieving all defined attributes from a Jav

3 min read 30-08-2024 50
Get all defined attributes in a Map
Get all defined attributes in a Map

How to use a common data type for a schema in openapi?

Reusing Schema Definitions in Open API for Efficient Code Generation When designing APIs with Open API its common to have multiple requests or responses that sh

2 min read 28-08-2024 69
How to use a common data type for a schema in openapi?
How to use a common data type for a schema in openapi?