-
Notifications
You must be signed in to change notification settings - Fork 54
8 mavenize and refactoring #10
base: master
Are you sure you want to change the base?
8 mavenize and refactoring #10
Conversation
42b20f4
to
f77c199
Compare
ping |
@kennycason Is this project active? Are you using your branch? |
@mike-houghton I don't know. I'm assuming that since Alchemy team hasn't responded that they are likely not improving the product. As such, we switched services. |
I like their API endpoints which all seem to work fine. If you want to use the java sdk feel free to use my fork (https://github.com/kennycason/alchemyapi_java) I can quickly accept PRs and make improvements as well. I can also work to get it in maven central. |
You may want to reach out to Alchemy's sales or marketing teams, they should be able to get the right people on the job. There's been a lot of changes over there since they were acquired by the IBM Watson team, so it's possible that the repos may have fallen off their radars. |
Already did that and received a response from them that they would alert their devs. :) |
Hi Kenny, I'm also interested in improving this API, mavenizing, etc. Any word? I'll pull down your fork and begin working with it. |
@cbmcvey No response on my end. Feel free to just work off mine. If alchemy won't maintain it, I don't mind doing so. |
Added support for Emotions
@Freheims I also merged all to master on my fork. Feel free to just create PRs on my repo (or your downstream fork) and i'll merge them in. I have a feeling that Alchemy is going to force us to maintain the SDK ourselves externally :) |
To anyone else, project is here: https://github.com/kennycason/alchemyapi_java I just opened up "issues" so we can track work. |
@karma0 @AlchemyAPI
Howdy guys! We just signed on to use you guy's API through an IBM partnership. I noticed the Java SDK hadn't been touched in a while so I made some updates. If you guys are ok with the direction I'm taking the SDK I will/can continually make updates based off of our use-cases.
They will include:
The current branch that I would like to merge does the following:
Let me know what you think!