John Clary

Results 6 issues of John Clary

If a column is added to a view from an object that has a many-to-one relationship with the view's source object, the field's values will be contained in an array....

Support the ability to handle user-defined field formatters which override knackpy's default behavior.

enhancement

`App._download_files()` is in fact a static method. We should decorate it as such and drop `self` in case someone wants to use it as such. Say, for example, you're doing...

enhancement
help wanted

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