An open API service indexing awesome lists of open source software.

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

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.