Development is kicking: Road to v2 🚀 #501
Replies: 4 comments 4 replies
-
@andygrunwald I just had a thought while developing a CLI against Jira with a much smaller scope than https://github.com/go-jira/jira but it would be nice to have the types isolated into their own package so they can be used without pulling in the entire client :) Flux is doing that quite nicely and it makes developing against established type definitions a lot easier without having to copy paste the code with the right attributions. Would also help out with the code if time is an issue - just let me know! |
Beta Was this translation helpful? Give feedback.
-
@andygrunwald I'm starting up work on my integration with JIRA again and was going to jump in on some v2 stuff. Where is it currently? I don't see a branch in the go-jira repo. |
Beta Was this translation helpful? Give feedback.
-
@andygrunwald for v2 we should consider using this: https://github.com/devnw/ajson It's a derivative of your initial implementation for dealing with unknown JSON fields on issues but it supports recursive values and generic types. It also uses the new experimental json library that the Go team has been working on. |
Beta Was this translation helpful? Give feedback.
-
Hey @andygrunwald, long time no see! Could you provide any update on the current state of this? We are looking into using this package for some of our projects, however it looks like the development is kinda stale right now, no? Any info is appreciated! |
Beta Was this translation helpful? Give feedback.
-
Discussion around #489
Let us know what you think!
Beta Was this translation helpful? Give feedback.
All reactions