Skip to content

2.0.0 for v3 endpoints

Compare
Choose a tag to compare
@Celerium Celerium released this 19 Mar 23:13
· 9 commits to main since this release

Migrated module from the v2 endpoints to the v3 endpoints.

  1. Addresses #1
  2. Migrated Internal\Resource to more standard Public\Private folders
  3. Moved the "Test" folder outside the module
  4. Migrated API calls to central function [ Invoke-ApiRequest ]
  5. Added support to return all results from an endpoint [ -allPages ]
  6. Added online documentation
  7. Added various verbose troubleshooting help through functions
  8. Various bits of code clean-up and improvements