cityofaustin / knackpy

A Python client for interacting with Knack applications
https://cityofaustin.github.io/knackpy/docs/user-guide/
Other
39 stars 17 forks source link

Downloads Function Documentation #101

Open DeannaDS opened 2 years ago

DeannaDS commented 2 years ago

Your documentation for your downloads function that the mentions that the label_keys should be a list, but the example shows a string. If you pass in a string, it attempts to parse each letter of the string (treats it like a list).

johnclary commented 2 years ago

@DeannaDS nice catch. will fix. thanks!