Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use throttle_classes for spyne application with django #652

Closed
chiragkanhasoft opened this issue Dec 10, 2020 · 1 comment
Closed
Labels

Comments

@chiragkanhasoft
Copy link

chiragkanhasoft commented Dec 10, 2020

I want to use throttle_classes for my API which has spyne application, i found below link to implement it in url.py file, but it is not working for spyne DjangoView.

Link for use classes in URL

i have tried like this.

url(
r"^vapi/",
(permission_classes([IsAuthenticated])(vapi_view.vapp)).as_view(application=vapi_view.vapp),
),

@plq
Copy link
Member

plq commented Dec 10, 2020

no questions in the issue tracker. see https://github.com/arskom/spyne#getting-support

@plq plq closed this as completed Dec 10, 2020
@plq plq added the Invalid label Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants