No release in over 3 years
Low commit activity in last 3 years
Provides a simple ruby binding to 38dgs identity API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.1.0
~> 0.10
~> 3.12
~> 3.6
~> 3.0, >= 3.0.1

Runtime

 Project Readme

identity-api-client

CI Status

API Client for 38 Degree's Identity API

Install

This api client is distributed as a ruby gem.

gem install identity-api-client

Usage

identity = IdentityApiClient.new(host: 'id.test.com', api_token: 'abc123')
person = identity.member.details('abc123', load_current_consents: true)
person.first_name 
=> 'Jane'
person.last_name
=> 'Smith'
person.consents.first.public_id
=> 'terms_of_service_1.0'