Skip to content
#

swagger-ui

Here are 965 public repositories matching this topic...

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

  • Updated May 25, 2020
  • Java
fastapi
rochacbruno
rochacbruno commented Mar 11, 2020

Copied from #103

I've resolved the issue of authentication using the next code:
swagger_template = { ..., 'securityDefinitions': { 'basicAuth': { 'type': 'basic' } }, ... }
app = Flask(__name__)
Swagger(app, config=config[config_name].swagger_config, template=swagger_template)

![image](https://use

JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)

  • Updated Apr 23, 2020
  • Java
wenjies
wenjies commented Dec 18, 2019

在线上环境一般都会关闭swagger 我们是通过来“@ConditionalOnProperty(value ={"swagger.enable"})”控制这时就会报以下错误:

Description:
Parameter 0 of constructor in com.github.xiaoymin.swaggerbootstrapui.plugin.DynamicResponseModelReader required a bean of type 'springfox.documentation.schema.TypeNameExtractor' that could not be found.

Action:
Consider defining a bean of type 'springfox.documentation.schema.TypeNameExtrac

phr34k
phr34k commented Mar 28, 2020

I'm new to rest_framework but I'm using drf in combination with redoc and this library and it seems to work fantastic.

I was wondering how can I generate custom sections of the documentation for objects that are commonly reused across all API calls. For example, I have a token object that is query/post parameter so I would like this to be explained topic in its own section.

With the help of

georg-schwarz
georg-schwarz commented Apr 8, 2020

Hi together,

I just started using swagger-jsdoc in my nodejs project using Typescript. It was kind of hard to figure out how to use it due to the transpilation process involved.

There are a few workarounds necessary to make it work:

  • apis [...] has to point to files in the /dist directory due to the transpilation process
  • Annotations (in the comments) to model classes are lost in the t
caheredia
caheredia commented Nov 27, 2019

Adding examples responses.
I see there is a method to add responses @doc.response but is there a method to add example responses?

It would be nice if @doc.example() added example code to the OpenApi spec.

Slightly related question
Is there a way to populate the Example Value box with a real example, or will that only

Improve this page

Add a description, image, and links to the swagger-ui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the swagger-ui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.