Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_import
/
io.writeopia.sdk.import.json
/
WriteopiaJsonParser
Writeopia
Json
Parser
class
WriteopiaJsonParser
(
kmpFileReader
:
KmpFileReader
=
KmpFileReader
,
json
:
Json
=
writeopiaJson
)
Members
Constructors
Writeopia
Json
Parser
Link copied to clipboard
constructor
(
kmpFileReader
:
KmpFileReader
=
KmpFileReader
,
json
:
Json
=
writeopiaJson
)
Functions
last
Updates
By
Id
Link copied to clipboard
fun
lastUpdatesById
(
path
:
String
)
:
Instant
?
read
All
Documents
Link copied to clipboard
fun
readAllDocuments
(
path
:
String
)
:
Flow
<
Document
>
read
All
Folders
Link copied to clipboard
fun
readAllFolders
(
path
:
String
)
:
Flow
<
Folder
>
read
Documents
Link copied to clipboard
fun
readDocuments
(
files
:
List
<
String
>
)
:
Flow
<
Document
>