HareScript API FAQs

Which libraries are expected to be stable? Can I invoke internal/undocumentated functions?

If an API is undocumented or in a library with 'internal' in its path there's a good chance that the feature is not considered to be stable or very useful outside the WebHare core. We recommend to reach out on the forum for advice and to assist defining and documenting a public version of the API (ideally using test). 

But feel free to invoke the API - just be careful that there's a much bigger chance the API will change or go away in the future if noone knows you're using it.

An undocumented API may also be deprecated