freechat/json-api/db/src
shockrah 975acfd606 Backend REST API changes:
* Fixed weird match with get_online_members
+ Now using special(smoll) Public Member struct for public member data fetches as.
They're size on networks should be pretty small so we can package a ton of them in a single request

DOCS changes:
- Removing references to unix timestamps in seconds
- Removing references to joindate
* Exact content-type values now specified
2021-03-20 22:44:22 -07:00
..
auth.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
channels.rs content_type now a supported column in db-lib 2021-03-09 00:02:20 -08:00
common.rs Removal of chrono and async_trait as dependancy in db-lib 2021-03-20 14:59:06 -07:00
invites.rs Removal of chrono and async_trait as dependancy in db-lib 2021-03-20 14:59:06 -07:00
lib.rs Backend REST API changes: 2021-03-20 22:44:22 -07:00
member.rs Backend REST API changes: 2021-03-20 22:44:22 -07:00
messages.rs Removal of chrono and async_trait as dependancy in db-lib 2021-03-20 14:59:06 -07:00