Skip to content

Commit

Permalink
Update tables public API (#14343)
Browse files Browse the repository at this point in the history
* Remove old / duplicate classes

* Standardize names of Models types

Also remove TSC.getTable and TC.create, they are no longer part of the
public API

* Update snippets

* Fix tests

* Do not return the created object from create* APIs

Other upsert / merge / update APIs do not have this feature, so it's
inconsistent to return the created object when the other APIs return
void. And since we no longer need it, request that the create* APIs
return no content to reduce the payload size.

* Update test recordings to account for the create* API changes

* Final API changes
  • Loading branch information
bsiegel authored Aug 24, 2020
1 parent d85f430 commit 8cbf72e
Show file tree
Hide file tree
Showing 64 changed files with 2,393 additions and 2,959 deletions.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8cbf72e

Please sign in to comment.