Skip to content

Commit

Permalink
BC-6781 - Add collaborative text editor element to api (#4906)
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax authored Apr 22, 2024
1 parent f58e0f2 commit e2b5b63
Show file tree
Hide file tree
Showing 131 changed files with 13,093 additions and 34 deletions.
22 changes: 22 additions & 0 deletions apps/server/src/infra/etherpad-client/etherpad-api-client/api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* tslint:disable */
/* eslint-disable */
/**
* Etherpad API
* Etherpad is a real-time collaborative editor scalable to thousands of simultaneous real time users. It provides full data export capabilities, and runs on your server, under your control.
*
* The version of the OpenAPI document: 1.3.0
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/



export * from './api/author-api';
export * from './api/default-api';
export * from './api/group-api';
export * from './api/pad-api';
export * from './api/session-api';

Large diffs are not rendered by default.

Loading

0 comments on commit e2b5b63

Please sign in to comment.