-
Notifications
You must be signed in to change notification settings - Fork 193
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
Status of Project? #152
Comments
You are correct that this project is a bit neglected ATM. IRL is taking up a lot of my time nowadays. Lots of work needs to be done. Some things that pop to my mind:
I have heard some good news that Grafana folks are working on a formal spec for the API so hopefully, things will be easier in the future. If you have some free time to work on this repo then maybe we can create some small channel for this library somewhere (IRC? Slack?) and discuss matters in there? I'm open to adding more maintainers. |
the interface{} is indeed something to avoid but a bit harder to handle when the return type of the same field changes datatypes in the same request. That's such a horrible design IMO. My ask if you have the time.
+1 for versioning though, it'd be great to just set a version of grafana when you get the client, and reflect which calls are supported. |
I don't think there's anything else besides what's in that list + in the bug tracker here. And also of course ideally we'd have 100% API coverage 😄 As for (2), I typically look into the TypeScript code to see what types are accepted for variables. Some Grafana folks recently have contacted me and they told me that they are working on defining a full API contract so the future looks bright 🤞 (3) sounds good, I wasn't aware of that 😄 I need to finish #129 now because Travis seems to be completely dead (: |
I see several PRs and tickets that are months old and I also had a few commits in that have been pending for a while. I understand that everyone has their lives and such that keeps them busy. I'm just curious if maybe you guys are looking for help? or what the interest is in the sdk at this point?
I ended up forking the project and using the fork in my own project since the PRs were taking too long to get in but this seems like a pretty active project so I'd love to be able to contribute back to it and help if I can. Particularly since work has an interest in the tools i'm developing with SDK so I can do spend some paid cycles on this.
Any updates would be appreciated.
The text was updated successfully, but these errors were encountered: