onedrive-api 0.3.0

OneDrive REST API Client
Documentation
1
2
3
4
5
6
7
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [
    pkgconfig
    openssl
  ];
}