-
Notifications
You must be signed in to change notification settings - Fork 16
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
Endpoint for getting all users online? #6
Comments
Sounds good to me. Are you interested in contributing this feature? If so, I can give you some direction on how to start. Otherwise, I can probably pick this up in a week or two. |
I'm not familiar with Go, I'll try to implement it on my own if I can. If you could give me some direction, that'd be great! |
Before you start, complete the development environment guide. Now let's say you want to add a Here's the gist of it:
You'll need to make make the corresponding change to
Let me know if/when you complete this, and then we can proceed to making the code tidy with interfaces, etc before the final commit. But this should guide you towards a working endpoint. Again, if this is too overwhelming, I'll take it on in the next couple weekends :) |
Unfortunately, some stuff IRL just happened and I have to deal with that over this weekend. Sorry about that, I hope everything goes well and I hope to see this implemented soon! |
No problem. I'm reopening this ticket to track the work. |
Implemented in v0.2.0. Please re-open this issue if you have questions or feedback. |
I'd like to create a frontend for my RAS server, but I think it would be really helpful if there was an endpoint that would report how much and who the people that are online.
The text was updated successfully, but these errors were encountered: