knackpy icon indicating copy to clipboard operation
knackpy copied to clipboard

A Python client for interacting with Knack applications

Results 13 knackpy issues
Sort by recently updated
recently updated
newest added

If your data has unicode characters, you'll need to encode it before you send it to knack.to_csv(). We should be able to handle unicode by default. Perhaps by encoding the...

enhancement
help wanted

You can query a record's edit history here using your standard headers: `https://us-east-1-builder-read.knack.com/v1/objects//records//history` Perhaps implement this as a `Record` method, e.g. `Record.get_history()`, or `App.get_history(object_id, record_id)`

enhancement
help wanted

In the Knack builder, field labels can be customized for any view, however these field labels are not currently exposed in the `Record` class. Propose that we use these labels,...

enhancement
help wanted