Giter VIP home page Giter VIP logo

Comments (3)

hu0514 avatar hu0514 commented on May 28, 2024

I want to put the body method in my own decorator, it doesn't seem to work, I don't know why

from sanic-ext.

shaib avatar shaib commented on May 28, 2024

Hi,

I was looking at the list of bugs and was curious abut this bug with the empty title. I am not (at least yet) a developer with the Sanic project, but at first look I had a hard time seeing even what you want here.

One way you could make yourself clearer is to format your code. I am putting a guess here -- this is done by putting a line ```python before the code and a line ``` after it:

def swagger_auto_scheme(doc_scheme, content_type='application/json', gen_app_headers=True):
    def inner(func):
        openapi.summary('111111111111111111111111')(func)
        openapi.body(content=BaseResponse)(func)
        return func
    return inner

@swagger_auto_scheme(test)
async def test(request):
    pass

If this is correct than I also have to say, this code looks confusing -- you seem to be both defining a function named test and using something imported named test.

from sanic-ext.

prryplatypus avatar prryplatypus commented on May 28, 2024

@hu0514 what exactly is openapi? Where are you importing it from? Please include all the imports with your code sample and fill in ALL the fields in the bug report template, such as expected behaviour and explaining how that's different to what's happening.

from sanic-ext.

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.