credid-api
Version, currently 0.2.01 version
- 0.2.0latestSep 26, 2017
github.com/Credid/libcredid-client-cr
Credid client API implementation in crystal
1 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
credid-api:
github: Credid/libcredid-client-cr
version: ~> 0.2.0Then run:
shards installshard.yml
- Crystal
0.23.0+25- License
- MIT
- Author
- Arthur Poulet
Dependencies
This version declares no dependencies.
README
credid-api
The client API of credid-server
Installation
Add this to your application's shard.yml:
dependencies:
auth-api:
github: Credid/credid-api
Usage
require "credid-api"
api = Credid::Api.new(ip: "127.0.0.1", port: 8999_u16, username: "root", passowrd: "toor")
puts api.auth!
puts api.has_access_to? "/tmp", "write" if api.success?
api.close
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/Credid/auth-api/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- Nephos Arthur Poulet - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.2.0- Tagged
- Sep 26, 2017
- Commit
3c49d41d1f5d- Crystal
0.23.0+25- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/Credid/libcredid-client-cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1