-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
f58e0f2
commit e2b5b63
Showing
131 changed files
with
13,093 additions
and
34 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
apps/server/src/infra/etherpad-client/etherpad-api-client/api.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|
908 changes: 908 additions & 0 deletions
908
apps/server/src/infra/etherpad-client/etherpad-api-client/api/author-api.ts
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.