graphql-api
swagger-petstore
graphql-api | swagger-petstore | |
---|---|---|
- | 29 | |
406 | 17,102 | |
0.0% | 0.6% | |
0.0 | 7.3 | |
about 5 years ago | 19 days ago | |
Haskell | Mustache | |
LicenseRef-Apache | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
graphql-api
We haven't tracked posts mentioning graphql-api yet.
Tracking mentions began in Dec 2020.
swagger-petstore
- Implement swaggo
-
Simplifying Angular Development with Swagger: A Step-by-Step Guide
Swagger offers more than just a user-friendly interface for exploring APIs. It also provides multiple generators that can produce code typically written by hand. As an Angular developer, this blog post will focus on the typescript-angular generator.
-
Generate Kotlin client for a complex web API
Failed to create a client for Java. The generator imports Java's types instead of TeamCity's. There are bugs described for the Java client in both the Swagger generator and the OpenAPI generator. Let's see how the generator behaves when building a Kotlin client.
- Alguma alma caridosa UI/UX dev, para um serviço púbico gratuito, livre e de código aberto?
-
Recommendations for Rust Open-API client generators? (Looking to experiment with api.congress.gov)
[swagger-codegen](https://github.com/swagger-api/swagger-codegen) generates code from an OpenAPI definition, and it supports Rust code output (client and/or server).
-
Document your API with OpenAPI standard
Swagger contains three greats tools to work with the specification: Swagger UI, Swagger Editor and Swagger Codegen. The Swagger UI renders OpenAPI specs as interactive API documentation, Swagger Editor is a browser-based editor where you can write OpenAPI specs and Swagger Codegen generates server stubs and client libraries from an OpenAPI spec like the OpenAPI generator.
-
Using Swagger API
We ran into some minor issues (#1201, #1210, #1355, #1356 and #1769) and fixed some stuff we stumbled upon along the way, although it didn't really bother us as well (#1451 and #1769).
-
Integrating Swagger/OpenAPI generated python server with existing Flask application
I am interested in integrating a swagger-codegen generated Python server with an existing Flask application. swagger-codegen generates a Python implementation based on the Connexion library from a Swagger API specification.
-
How to replace type methods in Swift to improve testability
The method takes a query, String, and a completion block, (Result<[String], Error>) -> Void, which is triggered once the request finishes. Its internal implementation doesn't really matter since it could be from an external framework or generated by a code generator from the API specification.
-
Where are the documentation for server stub generation with swagger codegen?
The Java codegen options are here: https://github.com/swagger-api/swagger-codegen/issues/7795 (believe it or not).
What are some alternatives?
socketio - socket.io for haskell folks
openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
postgres-websockets - PostgreSQL + Websockets
servant-purescript - Translate servant API to purescript code, with the help of purescript-bridge.
fluid - 🐙 Code-generated, Auto-versioned, & Smart Web APIs
oapi-codegen - Generate Go client and server boilerplate from OpenAPI 3 specifications
graphql - Haskell GraphQL implementation
haskell-bitmex-client - Haskell API for BitMEX
gdax
yesod-persistent - A RESTful Haskell web framework built on WAI.
webapi - WAI based library for web api
NSwag - The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.