jitsu_client v1.0.0
jitsu_client
A crystal lang wrapper over the Jitsu API
Installation
-
Add the dependency to your
shard.yml
:dependencies: jitsu_client: github: hostari/jitsu_client
-
Run
shards install
Usage
require "jitsu_client"
client = Jitsu::Client.new
client.set_host("https://jitsu.mycompany.com")
client.set_token("my_auth_token_from_jitsu")
Jitsu::Event.create({ data: { my_data: 1 } }.to_json, client: client)
Contributing
- Fork it (https://github.com/hostari/jitsu_client/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
- Xavi Ablaza - creator and maintainer
Repository
jitsu_client
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- 9 months ago
- April 23, 2022
License
MIT License
Links
Synced at
Sun, 17 Nov 2024 09:16:26 GMT
Languages