insomniacc / PSSnow

A powershell module for interacting with the ServiceNow REST API
GNU General Public License v3.0
41 stars 9 forks source link

Complete basic TABLE API framework #7

Closed insomniacc closed 1 year ago

insomniacc commented 1 year ago

Basic CRUD operations with generic template functions need to be added. They should have comprehensive coverage of parameters from: https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/inbound-rest/concept/c_TableAPI.html

Built in a way that all the interaction is abstracted away in private functions. Top level public functions should use the parameters from the generic template functions for each crud operation, allowing much faster additions for other table functions, but also better accessibility for modifications to those with less coding knowledge.