itglue / powershellwrapper

This PowerShell module acts as a wrapper for the IT Glue API.
Apache License 2.0
120 stars 51 forks source link

Read Documents should use the verb 'Get' #156

Closed TheMonzel closed 1 year ago

davidhaymond commented 1 year ago

Good catch!

Celerium commented 1 year ago

Shouldn't the Set-ITGlueDocuments be moved to the Update column in the table instead? Right now ITGlue doesn't offer the ability to get documents only to update them. Plus the wrapper doesn't currently have a Get-ITGlueDocuments

https://api.itglue.com/developer/#documents

davidhaymond commented 1 year ago

Thanks for catching that, @Celerium! I've fixed this in #158.