-
Notifications
You must be signed in to change notification settings - Fork 2
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
question: public API? #92
Comments
There is not a public API for Hotseat, but that is something we've been talking about making. @mizlan, what's your planned usage with the enrollment data and would you be interested in contributing to the public API? |
I want to design my own frontend for the calendar-view planner, and I am
more generally interested in the decoupling of the enrollment data from any
particular interface.
I would be, yes! I also would like to ask: would you be opposed to offering
some method of exporting a dump of the current state of the enrollment data?
…On Wed, Jun 7, 2023 at 9:04 AM Nathan Smith ***@***.***> wrote:
There is not a public API for Hotseat, but that is something we've been
talking about making. @mizlan <https://github.com/mizlan>, what's your
planned usage with the enrollment data and would you be interested in
contributing to the public API?
—
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSBU2MU2JJKMBWRXO6DAVLXKCQ7RANCNFSM6AAAAAAY5MOIOM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Wouldn't the API do this? I think an API would help smooth over some of the rough edges in our database schema too, so I think I'd prefer that to a dump. Let me know if I'm missing something though. |
fwiw, we've also been thinking about making a Hotseat-ified version of the calendar-view planner – I'm curious about what improvements you're thinking of! Mind if we set up a call? I'd love to learn more and get your thoughts on the API design. I can help get your env set up for Hotseat too! |
Yeah, but not the converse. It would be simpler for now, I guess (?) But you're right that an API would be helpful in locating any rough edges in the database.
Oooh, that sounds good! Is [email protected] a good address to reach you at? |
@mizlan yes it is! |
Is there a public API for Hotseat? I specifically would be interested in the class enrollment data. I began work on scraping it myself, mostly successfully, but it seems that would be duplicating efforts that have already been done.
The text was updated successfully, but these errors were encountered: