nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
133 stars 21 forks source link

Provide OCS endpoints for creating rows in Tables or Views #1105

Open blizzz opened 1 month ago

blizzz commented 1 month ago

Is your feature request related to a problem? Please describe.

Turn the legacy api1#createRowInView and api1#createRowInTable endpoints into OCS endpoints, so that they are easier usable for third parties.

Describe the solution you'd like

Evaluate whether it is possible to combine them into one endpoint.

Describe alternatives you've considered

No response

Additional context

This is required for the upcoming workflow engine efforts.

juliushaertl commented 2 weeks ago

@blizzz Could you line this up for the next two weeks? I would expect implementation being rather just reusing existing services and writing tests.