Adding API's to website
-
Hello All! Not sure if this is the correct forum to ask this, so if not, please let me know and I will have it changed. I have created an API for my website that Godaddy hosts on a dedicated server. I have Wordpress installed and it's on a Linux server. I created the API in Visual Studio 2015 Community and ran tests on my local PC and it works as expected. Now, I need to put it online so I can test. I am planning on having it in my WPF desktop program that when the user clicks a button it will call the API and return the result. This API will check a database to see if the license code is there and if not already used. Currently, I have static code that will return a value and not connected to the database yet. My question: Where on my website do I put files and what files go on the website? Also, how do I find out what the actual URL will be for my button click to call the API? Thank you in advance