Calling API endpoint from REST Plugin results in 404 Error

Hi Hemant, thank you for responding and providing some input.

  1. The plugin zip doesn’t include the lib folder because this forum has a file upload limit so I removed the files to meet the upload requirements. The plugin compiles fine.

  2. This doesn’t seem to make any difference as the error is present whether or not the getPluginName returns “ExamplePlugin” or “Example Plugin”. This plugin is also copied straight from the example from Developer Days in the link I provided earlier and in the video it shows that before he uploads the file that the manifest.xml file name field is “ExamplePlugin” while his getPluginName method returns “Example Plugin” and yet it works.