MadStudioRoblox / ProfileService

Universal session-locked savable table API
https://madstudioroblox.github.io/ProfileService/
Apache License 2.0
298 stars 158 forks source link

Document ProfileService.IsLive() #29

Open Baileyeatspizza opened 2 years ago

Baileyeatspizza commented 2 years ago

ProfileService.IsLive() seems to be missing in the API documentation. It should be documented to help people create their own tests.

I did very basic documentation in my pull request so feel free to improve it and maybe add a warning against using versioning APIs if .IsLive() returns false (however, I chose not to add this as it's mentioned on the versioning API).