Add /settings endpoint, clean up README, make WorldDB U# impl easier/faster #1073

Closed
opened 2026-04-05 16:50:42 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @GroovyTeacup on 6/2/2023

  • Made the README look prettier.
  • Added a /settings endpoint for setting allow_external_reads for worlds to true. No way to use this column yet.
  • Worlds are now initialized automatically and the connectionKey is now returned with every data request, making the /init endpoint un-necessary in most cases. This allows near-instant data retrieval instead of waiting 5 seconds in-between /init and for example, /get because of the 1 request/5s limitation on String Loading(lmao, btw)
  • Also fixed store request logging being completely wrong and broken
*Originally created by @GroovyTeacup on 6/2/2023* - Made the README look prettier. - Added a /settings endpoint for setting allow_external_reads for worlds to true. No way to use this column yet. - Worlds are now initialized automatically and the connectionKey is now returned with every data request, making the /init endpoint un-necessary in most cases. This allows near-instant data retrieval instead of waiting 5 seconds in-between /init and for example, /get because of the 1 request/5s limitation on String Loading(lmao, btw) - Also fixed store request logging being completely wrong and broken
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#1073