onedrive-api 0.5.0

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