https://github.com/shun159/mist
Mist API shortcuts as my tool
https://github.com/shun159/mist
Last synced: 2 months ago
JSON representation
Mist API shortcuts as my tool
- Host: GitHub
- URL: https://github.com/shun159/mist
- Owner: shun159
- License: apache-2.0
- Created: 2020-12-01T08:46:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T16:13:41.000Z (over 4 years ago)
- Last Synced: 2025-02-13T05:30:29.928Z (4 months ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mist API Rust client implementation
-----### Implemented:
- sites
- list(sites)
- get(site)
- create(site)
- delete(site)
- get_stats(site)
- list(group)
- get(group)
- create(group)
- update(group)
- delete(group)
- orgs
- get_setting
- update_setting
- get_stats
- create(org)
- clone(org)
- auth
- login/logout
- get privileges
- inventory
- list(with query string)
- claim
- delete
- assign
- unassign### Reference
[Mist API](https://api.mist.com/api/v1/docs/Home)
### License
Developed under Apache License, Version 2.0.