openapi
Here are 1,929 public repositories matching this topic...
Hi there! I see that an issue #2884 deeplinking was integrated to 3.x however if I have a hyperlink with a hash to the operationID nothing happens on click. If I reload the page the UI scrolls to the open panel as expected. Is there something I am missing here? My url looks as follows and I am using the 3.0 dist repo installed via npm.
Again when clicked the URL address is updated but nothing h
-
Updated
Jul 3, 2021 - TypeScript
🐛 Bug Report
To Reproduce
package api.svc;
option go_package = "api/svc";
rpc GetTrieNode(api.infra.GetTrieNodeReq) returns (api.infra.KVNode) {
option (google.api.http) = {
post: "/trie/node:get"
body: "*"
additional_bindings {
get: "/trie/node/{id}"
}
additional_bindings {
get: "/trie/node/path/{path}"
}
Bug Report Checklist
- [~] Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
- [5.0.0 ] What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
-
Updated
Jul 2, 2021 - Java
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
-
Updated
Jun 29, 2021 - Python
springfox-swagger2: 3.0.0-SNAPSHOT
springfox-swagger-ui: 3.0.0-SNAPSHOT
springfox-spring-webflux: 3.0.0-SNAPSHOT
We are using directModelSubstitute for MonetaryAmount to avoid showing all the properties of the class in swagger. Instead of that we created our own MonetaryAmountWrapper which have only two fields viz., amount and currency with some default example values for both. Now, the
Automatically generate RESTful API documentation with Swagger 2.0 for Go.
-
Updated
Jun 14, 2021 - Go
Design-based APIs and microservices in Go
-
Updated
Jun 29, 2021 - Go
package for building REST-style Web Services using Go
-
Updated
Apr 20, 2021 - Go
Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116
Let's rework @loopback/build to use this new feature on recent version of Node.js, instead of source-map-support module.
If it's possible, then implement a fallback to npm module `source-map-s
Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support
-
Updated
Jul 4, 2021 - Python
Language-agnostic HTTP API Testing Tool
-
Updated
Jun 26, 2021 - JavaScript
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python, Ruby
-
Updated
Jul 2, 2021 - TypeScript
A fast, lightweight and more productive microservices framework
-
Updated
Jul 2, 2021 - Java
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
-
Updated
Jul 1, 2021 - TypeScript
Hello Maurits,
This is more of a request than it is an actual issue, but I think the value in this request is really high (for newcomers, especially - but not limited to).
Could you please add a COMPLETE application example of using the API (with user authentication, maybe even with the user-creation SQL script, table authorization, etc).
This would be really really helpful as a quickstart /
Easy OpenAPI specs and Swagger UI for your Flask API
-
Updated
Jun 7, 2021 - Python
Swagger Documentation Generator for Django REST Framework: deprecated
-
Updated
Dec 14, 2020 - Python
-
Updated
Jul 3, 2021
I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like _links into the response via the to_representation method.
I tried to somehow get that into the schema as well, but I'm getting stuck. Are there any directions on what I need to provide/subclass/overwrite, so to make it work?
I imagine I could inspect my seri
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.
-
Updated
Jun 25, 2021 - TypeScript
OpenApi or Swagger integration to Laravel
-
Updated
Jul 4, 2021 - PHP
Improve this page
Add a description, image, and links to the openapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openapi topic, visit your repo's landing page and select "manage topics."


First check