graceland/safe-in-cloud

Library for working with the Safe in Cloud JSON API.

dev-master 2016-07-19 10:57 UTC

This package is auto-updated.

Last update: 2024-04-16 06:17:59 UTC


README

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

An API client and CLI tool to work and communicate with the HTTP API built into the SafeInCloud software. This package is compliant with PSR-1, PSR-2 and PSR-4.

Usage

First you need to run the command authenticate to get an authentication token from your SafeInCloud client.

./bin/safeincloud authenticate
Enter your password:
lWg/CBmrcEs6XiAgXl33qg==
./bin/safeincloud accounts --token lWg/CBmrcEs6XiAgXl33qg== example.com
[{"title":"example.com","login":"foo","password":"bar"}]
./bin/safeincloud logins --token lWg/CBmrcEs6XiAgXl33qg==
["foo","bar","baz","qux"]

License

The MIT License (MIT). Please see License File for more information.

This software is not endorsed, sponsored, affiliated with or otherwise authorized by SafeInCloud.