As Mark pointed out in the Mobile App development video, the UserService is automatically generated and added to the API Docs upon generation, can you please make this an optional include? Maybe on the select doc type page, add a checkbox “include UserService” and default to on. I have a use case where I am only tying in to the user system via oAuth and I am specifically locking down registration and password based logons, thus having the very handy yet unused UserService actually confuses the consumers of my services. Today, I will have to manually remove them from the generated files, but sure would be great to simply uncheck the option upon generation.
Cheers.