Sha256: 93ddc86b13b620d427507ea6cbde444685a8aa00acb023da0791f76e9ee45464

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

# SSEDAP Client

Client gem for consuming web services exposed by [SSEDAP](/codykrieger/ssedap).

## Dependencies

Patron ([https://github.com/toland/patron](https://github.com/toland/patron))

## Usage


```ruby
client = SSEDAP::Client.new "https://ssedap.local"

client.authorize user, pass
  #=> {"status"=>200, "data"=>{"success"=>true, "user"=>"cjk7752", "user_info"=>{"role"=>"Admin"}}}
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ssedap-client-0.0.1 README.md