ava.cr v0.1.0

Ava Aware Client API in Crystal

Ava Aware Client API in Crystal

A client API for Ava Aware written in Crystal.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      ava:
        github: emerconghaile/ava.cr
    
  2. Run shards install

Usage

  1. Require ava:
    # src/shards.cr
    require "ava"
    
  2. Configure Ava:
    # config/ava.cr
    Ava.configure do |config|
      config.base_url = "https://example.aware.avasecurity.com" # url provided to you by ava
      config.username = "ava-username"
      config.password = "ava-password
    end
    
    

TODO: Auth and Actual Usage

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/emerconghaile/ava.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

ava.cr

Owner
Statistic
  • 0
  • 1
  • 0
  • 0
  • 3
  • about 2 years ago
  • March 25, 2022
License

MIT License

Links
Synced at

Thu, 16 May 2024 11:23:17 GMT

Languages