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.
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.