nordnet-api 0.1.0

Typed REST bindings for the Nordnet External API v2.
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]

pub mod client;
pub mod error;
pub mod pagination;
pub mod resources;

pub use client::Client;
pub use error::Error;