Skip to content

lanzafame/ConnectSDK.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Julia SDK

Build Status

This is a community maintained package for the Connect API.

Getting Access

Sign up at https://getconnect.io to generate and retrieve your API keys so that you can start using the SDK.

Installation

Pkg.clone("https://github.com/Lanzafame/ConnectSDK.jl.git")

Usage

using ConnectSDK

connect = ConnectClient(projectid, apikey)

r = push(connect, collection, data)

Support

Get your questions answered and join in with the connect community at http://docs.getconnect.io/discuss.

Contributing

We love open source, so we are happy to accept pull requests and will endeavor to fix the issues and include the enhancements that the community raise.

TODO

  • Event Batches
  • Queries
  • More tests

About

A Julia package for interacting with Connect API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages