django-rest-params icon indicating copy to clipboard operation
django-rest-params copied to clipboard

Function decorator for Django REST Framework for specifying and constraining API parameters

Results 2 django-rest-params issues
Sort by recently updated
recently updated
newest added

Would you use it in a newer project?

When I try to use integers in list, like ```page_size=(10, 20, 50, 100)```, django-rest-params compares it as string and throws an error. Is there any way to send a list/tuple...