nsg-cli 0.1.3

CLI tool for the Neuroscience Gateway (NSG) BRAIN Initiative API
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod commands;
pub mod config;
pub mod models;

pub use client::NsgClient;
pub use config::Credentials;