Skip to content

Conversation

@gdbarron
Copy link
Collaborator

@gdbarron gdbarron commented May 14, 2021

  • Add paging support to all Get- functions. Use -First, -Skip, and -IncludeTotalCount parameters. In support of this, api calls have been changed from Invoke-RestMethod to Invoke-WebRequest.
  • Additional pipline support added for Table and SysId parameters to pipe Get- functions to Update- and Remove-.
  • Breaking change: deprecate -Limit parameter. The warning regarding deprecation went out over 2 years ago and now that paging has been implemented, it's a good time for this cleanup. Use -First instead.
  • 'TableEntry' renamed to 'Record' for New-, Update-, and Remove- functions. Aliases added.

@gdbarron gdbarron merged commit 31f6d21 into master May 14, 2021
@gdbarron gdbarron deleted the 05112021 branch May 14, 2021 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant