Coder Social home page Coder Social logo

Comments (4)

mission-liao avatar mission-liao commented on September 27, 2024

This project tends to provide a 'dynamic' client for Swagger (Open API). 'Dynamic' means you don't have to generate any static code to use your API, the library itself can be used as a 'generic' client for any Swagger (Open API) powered service. (Only supports 1.2 and 2.0 so far)

You can go through Quick Start for a basic usage of this project, and if you still have any further question, feel free to raise them here.

from pyswagger.

LouisZou avatar LouisZou commented on September 27, 2024

Thanks mission-liao.
the dynamic client is so cool and I can use it to create a client fast.

But If I want to provide a classic SDK to my users, is there any other method?just like:
api01.py:
get, post, del ....

just like the swagger-codegen written by java.

from pyswagger.

mission-liao avatar mission-liao commented on September 27, 2024

@LouisZou sorry that we didn't provide any codegen tool, but you can still create a custom client based on this project (except those issues you opened), it should be easier to create one on your own.

The way to access an Operation Object is just somewhat cumbersome, but spec-compliant. To make it easier for your customer to access your API, I would suggest you to fulfill 'operationId' for each Operation Object you provide, or you would need to provide JSON Reference to access them.

from pyswagger.

mission-liao avatar mission-liao commented on September 27, 2024

No more update on this case, reopen once more action is required.

from pyswagger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.