Open shazz opened 5 years ago
What version of falcon-apispec and apispec are you using?
$ pip freeze
apispec==2.0.2
Beaker==1.10.1
falcon==2.0.0
falcon-apispec==0.3.0
falcon-auth==2.0.1
falcon-middleware-beaker==0.0.1
falcon-policy==0.2.0
gunicorn==19.9.0
marshmallow==2.19.5
mohawk==1.0.0
PyJWT==1.7.1
PyYAML==5.1.1
six==1.12.0
Yapsy==1.12.0
did it help ?
Sorry for the delay, will be taking a look at this tonight or tomorrow night.
@shazz Could you share the LoginResource
you are using? Not sure how your __init__
works.
Hi,
when I pass my Falcon resource to apispec I got this error:
which is not on the resource I have added... Any idea ?
Thanks!