Skip to content

Minor Updates

Pre-release
Pre-release

Choose a tag to compare

@lfparis lfparis released this 02 Mar 13:06
· 16 commits to master since this release

The following methods can now take the typecast kwarg which will allow new options to be added to Single and Multiple Select Fields.

  • await table.post_record(record, typecast=True)
  • await table.post_records(records, typecast=True)
  • await table.update_record(record, typecast=True)
  • await table.update_records(records, typecast=True)