
As the title says "Should the API be namespaced?" should we have an API namespace that encapsulates all the API functions?
As the title says "Should the API be namespaced?" should we have an API namespace that encapsulates all the API functions?
Seems like a pretty good idea. I presume you'll do the standard namespace convention where member classes presume that other named items are in the namespace, unless the namespace is explicitly stated. It seems the roll20 API is not yet at the point where it matters, but might be before you know it.