-
Notifications
You must be signed in to change notification settings - Fork 31
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
Implement all API endpoints of dart-nextcloud #1
Comments
what's update on talk APIs? |
They are work in progress: https://github.com/provokateurin/nextcloud-neon/blob/feature/openapi-demo/specs/spreed.json |
@Leptopoda this should be promoted to the 1.0 release milestone as we want to publish the package then and it would be bad if we wouldn't have all APIs implemented in the new version, right? Not sure if Talk will make the cut though, that could take some more time. It doesn't really matter though because the current package only implements an old version of the Talk API which we are never going to implement anyway. |
The missing APIs would all be ticked off once we have #417. I would just wait for that otherwise implementing the missing endpoints would be wasted work. |
@sonigeez The Talk work hasn't been merged yet, but we now have the infrastructure to work with generated OpenAPI specs. It should be done in less than a month, but it depends on how fast the reviewing goes (though we can just depend on the work-in-progress code if needed). |
Thanks for update @provokateurin |
nextcloud/spreed#10186 is there! As I said it will probably take some time to get it reviewed and merged. If it is important for you, we could use the specs from that PR as I expect them to not change a lot (maybe only some comments). |
See https://github.com/jld3103/dart-nextcloud/tree/master/lib/src. There will definitely be breaking changes, but we need all endpoints so it's possible to migrate at all.
The text was updated successfully, but these errors were encountered: