Moved all the functionality to a .psm1 file.
Added a Delete method.
Added a MaximumViews feature.
Added Webservice versions of all the endpoints.
Fixed or tweaked a bunch of little things.
Changed from GUID ID to a CSRNG generated ID.
Obviously, at this point, our branches have diverged pretty substantially. Feel free to pick and choose or just close this PR if you don't want to implement the changes I made or want to implement them in a different way.
Hi,
In this pull are the following features:
Moved all the functionality to a .psm1 file. Added a Delete method. Added a MaximumViews feature. Added Webservice versions of all the endpoints. Fixed or tweaked a bunch of little things. Changed from GUID ID to a CSRNG generated ID.
Obviously, at this point, our branches have diverged pretty substantially. Feel free to pick and choose or just close this PR if you don't want to implement the changes I made or want to implement them in a different way.