writefreely / writefreely-swift

A Swift package wrapping the WriteFreely / Write.as API
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Add single call to login and fetch content #17

Open AngeloStavrow opened 4 years ago

AngeloStavrow commented 4 years ago

Per this comment by @thebaer in writeas/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.