NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on June 09, 2024, 01:13:49 AM

Title: Internal API - I don't want any documentation to show
Post by: rjolda on June 09, 2024, 01:13:49 AM
Hi,
Using NT 14.21  C11.0.136.
I have written an API which is going to reside as part of my secure web server.  It will be used ONLY BY OUR PROGRAM.  It provides useful information ONLY TO OUR Kiosks and never to our users.
I want to suppress the documentation so that the methods and data remain proprietary and undiscoverable.
Can I do this with removing the entries from Documentation tab for Database properties.   i.e. Document Formats:  'XML & JSON & WebEncoded'.   I found the "None" drop for all the documentation.  Will that suffice?
Or is there a better way?
Thanks,
Ron
Title: Re: Internal API - I don't want any documentation to show
Post by: Jane on June 09, 2024, 09:09:54 AM
Try ticking the Private checkbox on the Security tab of the WebServiceMethod you don't want documented.
Title: Re: Internal API - I don't want any documentation to show
Post by: rjolda on June 10, 2024, 02:26:45 AM
Thanks Jane
Ron