Per this comment by @thebaer in writefreely/writefreely-swiftui-multiplatform#24, there's an undocumented API feature that can fetch all user content (i.e., Collections and Posts) plus user data on login by supplying ?verbose=1.
Using this on login will save on network calls.
Per this comment by @thebaer in writefreely/writefreely-swiftui-multiplatform#24, there's an undocumented API feature that can fetch all user content (i.e., Collections and Posts) plus user data on login by supplying
?verbose=1.Using this on login will save on network calls.