-
Notifications
You must be signed in to change notification settings - Fork 35
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
API design #53
Comments
https://api.wow.tools/swagger/index.html Current idea is up at the above URL. Only the /tactkeys endpoint is implemented right now. Feedback on which endpoints there are/what data is exposed is welcome, some parameters are in the midst of being changed around so don't mind those. |
In terms of LibRPMedia our data exporter uses the following currently:
The proposed API looks mostly good enough to cover my use cases there, with a few notes: /files Additionally as JSON is supported as an export format for databases, would it make sense to also extend this to the listfile? /tactkeys |
You're right, listfiles likely have a place here as well and I don't see why they shouldn't be a part of it. Will keep that in mind next time I work on it. JSON listfiles are probably doable as well though that ends up being some pretty hefty JSON to read. As for what tactkey a file is encrypted with, that's definitely doable. Might just include that in the Thanks for the feedback! |
Required endpoints, etc. Read-only stuff first, please.
https://petstore.swagger.io/#/ seems like a good base.
The text was updated successfully, but these errors were encountered: