nsg-cli 0.1.0

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

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