Skip to main content
I've created a dll that connects to MySql database and, depending on a method called, either creates an insert or deletes a row.
 
After that I created an Endpoints Assembly service instance based on that dll and a smart object for each method (two in total).
 
I need and external system to access those methods through REST API. But I can't find the proper documentation for that. Can you point me in the right direction?
 

Reply