42 API wrapper
-
Add the dependency to your
shard.yml
:dependencies: api42: github: aabajyan/api42.cr
-
Run
shards install
require "api42"
client = Api42::Client.new(
YOUR_APP_ID,
YOUR_SECRET_ID
)
user = client.user("your_username")
puts "Full Name: #{user.first_name} #{user.last_name}"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/aabajyan/api42.cr/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
- Arsen Abajyan - creator and maintainer