HTTP JSON ServerHTTP JSON Server plugin can be found in Servers tab on the left panel of Designer Section. ConfigurationIn this article: To configure the plugin set up:
Tip Your endpoint links will be as follows: http(s)://Server Address:Port/ServiceName/Path/MethodName(?Parameters) e.g. http://localhost:20050/TestServiceName/TestPathName/TestMethodName?param=1 in case with GET request Note You can also use SSL and attach the needed certificate. Building structureTo start building plugin's structure:
Note GET/POST method's name can be empty. POST method has Request and Response tabs. GET method has Parameters instead of Request tab. To add new request field enter its name and click Add Field. There are several options of Request fields:
Response tab also has multiple options:
ExampleGiven that our Server has Port 20050 and ServiceName is sql, Path is People our link will look like: http://localhost:20050/sql/people?eye_color=...&age=5=.... Here is an example of JSON Response: { |