This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Description
The Feed._validate method makes it impossible to pass arbitrary query parameters to a _changes filter design document when calling CouchDatabase.changes().
If the key is not in arg_types, it should assume it is a custom parameter directed at the filter and hope. Maybe just check if it is an int, float, or str, as these are the only supported types for the query.
I suppose the same holds for Cloudant._db_updates().