QuickBase / quickbase-cli

MIT License
13 stars 3 forks source link

Multple responses are included in the same dump file when running records insert #32

Open cpliakas opened 3 years ago

cpliakas commented 3 years ago

We have to make two API calls during a records insert, one to get the schema metadata so that we can appropriately serialize the command line data, and the second to insert the records. If you use the -d option to dump what is sent/response over the wide, the response for both the GET /v1/fields?tableId={bdis} and POST /v1/recordsAPI calls are appended to the same dump file. They should be separate files.