-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to use oauth-clj and http-clj #1
Comments
Hey @dirtyvagabond, is there any schedule to update this library? I'm having a problem on clojure 1.7, and the dependencies are pretty far out of date that they cause compatibility problems. I'm excited to integrate Factual into my project, but this is a roadblock 😿
lein deps :tree
|
Thanks @sundbry! Any chance you'd like to take a shot at this and serve up a pull request? |
Hey, I was eager to get Factual integrated so I just spent a few hours reimplementing (fetch) for my application following the API docs online. It did not take a lot of code, the hardest part was getting OAuth to work since the libraries out there do not support 0-legged auth very much. My project is using http-kit (better async API) instead of clj-http and the code is tied into my application framework, so it doesn't perfectly fit into this driver. I also wanted to avoid using the global initialization/parameters so probably just gonna keep using my new code. I could port it all over though if it might score a deal on a paid license 📄 😈 Thanks for providing this driver though in any case. |
@sundbry if you're willing to field a usable and better version of the driver, we'd be willing to at least talk turkey! cc @BradleyFactual |
r0man/oauth-clj#5 (comment)
The text was updated successfully, but these errors were encountered: