scryfall.cr
A Crystal api wrapper for https://scryfall.com
Installation
Add this to your application's shard.yml
:
dependencies:
scryfall:
github: kalinon/scryfall.cr
Usage
require "scryfall"
uuid = UUID.new("af8b9c79-a161-4d7d-944d-82a44a5f2ab9")
Scryfall::Api.fetch_card(uuid)
Contributing
- Fork it (https://github.com/kalinon/scryfall.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
Contributors
- kalinon Holden Omans - creator, maintainer