DocNougat / Meraki-Powershell-Module

A PowerShell Module for the Cisco Meraki API
GNU General Public License v3.0
17 stars 3 forks source link

Pretty sweet! How do updates work? Is there a generator? #1

Closed TKIPisalegacycipher closed 10 months ago

TKIPisalegacycipher commented 10 months ago

Super dope! I'm wondering how you would update this when new API operations are released. I didn't see a "generator" script in the repo. Do you generate the operations programmatically?

In any case, great work! Wishing you much success here.

DocNougat commented 10 months ago

Thanks! No generator. Right now I'm handling updates from the API by just manually adding or removing a function as needed. In the six months I've been working on this in my spare time there haven't been many changes.