Kippt-for-Python icon indicating copy to clipboard operation
Kippt-for-Python copied to clipboard

Python wrapper for Kippt's API

Results 1 Kippt-for-Python issues
Sort by recently updated
recently updated
newest added

What about returning iterators instead of the raw JSON for endpoints that return paginated results? E.g., instead of returning the JSON result ``` { "meta": { "limit": 20, "next": "/api/clips/?limit=20&offset=20",...

enhancement