-
Notifications
You must be signed in to change notification settings - Fork 181
Will API v5 be supported? #86
Comments
That is in the plan, yes. |
http://pivotallabs.com/new-pivotal-tracker-api-now-in-beta/ It's officially in Beta. |
Hi! I'm assuming V5 will be supported when it is stable and finalized? (Also assuming it will change somewhat between beta and release) |
Please make the gem thread safe when updating to the new API. Using the gem in sidekiq workers exposed the fundamental flaw that the I'm happy to help with this. |
Will do. |
V5 is beta, but is the recommended one ;)
[edit]: any chance there is a deadline for v5 support? :P |
Love to help in any way with the move to V5 |
I started a new thread safe gem for the Pivotal Tracker v5 API. It currently supports most get requests (read-only) as that is my current need. |
https://t.e2ma.net/message/q7a3q/yhw4si API V5 is out of beta... |
Is there any plan to move to V5 of the API ? |
Let me see if I can reach out and get an answer to this. If not, maybe I suck it up and come back around to committing on this repo :) |
I'm currently building an application using V5 (using raw api calls), and I'm thinking about using this gem instead. Is there any current working branch to start from @jsmestad? I will start a fork but interested on keep posted about this. |
I use this gem pretty extensively in a core business app, but I really also On Thu, Feb 5, 2015 at 5:36 AM, Alvaro Fernando Lara <
|
I've already convinced a friend at work to get started into this. And completely agree on keeping the current gem API. Is there a tracking system setup for this gem in particular? If not, Pivotal Could be a good place to get one started for it. |
I don't know of any tracking system. Pivotal does seem like an obvious On Thu, Feb 5, 2015 at 9:53 AM, Alvaro Fernando Lara <
|
Hey all, @jsmestad reached out to me a while back, and the following was my response. I'd love to see this get worked on, unfortunately, I don't have the time. Tracker project is available at https://www.pivotaltracker.com/n/projects/1269684 I spent some time on this a year and a half ago… https://github.com/jasonnoble/pivotal-tracker/tree/api_version5 https://github.com/davincicoders/pivotal-tracker-v5 I definitely think the gem needs to support V5 API, unfortunately I don’t have the time to take a leadership role on this. Also… @forest commented on #86 that the updates need to be thread safe. Looks like he has some work at https://github.com/dashofcode/tracker_api, so you may want to consider pulling (some of?) that code back into the pivotal-tracker gem. Maybe @forest has some time to help out?
This would then run all the tests. Maybe have an environment variable that would hit the live API? |
@jasonnoble I'm committed now to the new https://github.com/dashofcode/tracker_api gem. I am actively maintaing and have been accepting many pull requests from the community using this new gem. The read interface is mostly complete, but there is work to do still on updating data. I just pushed a version with the ability to update stories that lays a good foundation for adding update capabilities to the other resources. The inteterface is similar to this gem as I use it heavely before I ran into thread safe issues and needed features from the v5 API. So it shouldn't be a big streach for people to change. I'd be happy to have contributions. |
Would you consider combining the two? // @jsmestad |
@jasonnoble @forest definitely. I would love to move to using Faraday anyway. |
@forest I'm committing to re-writing this gem over the next month or two. |
Have you looked at Blanket Wrapper gem, it's ideal for this sort of project. |
@jsmestad how's the V5 rewrite going? Can you use any help with it? I'm trying to figure out if I should focus on https://github.com/dashofcode/tracker_api instead. |
I have not had much time to work on it to be honest. the Regards, Justin SmestadOn Sat, Sep 19, 2015 at 7:32 AM, Leon Miller-Out [email protected]
|
Thanks for the update, @jsmestad. Leon Miller-Out - Singlebrook Technology - 607-330-0191 On Sun, Sep 20, 2015 at 4:00 PM, Justin Smestad [email protected]
|
It looks like v5 will be using JSON instead of XML, among adding tons of functionality. Will support be added for v5?
The text was updated successfully, but these errors were encountered: