REST Web Services 3

Al3 (@al3)

8706

0

0

About This Space

A demo of how to build and consume Web Services with and without parameters


Last updated on June 15, 2020

Public Permissions:   View   Open/Fork   Run   Comment  

REST Web Services Template

This template provides an example of how to create REST Web Services in NodeRun. Two Web Services are bundled with this template:

  • list.js retrieves a customer list from a database table
  • getCustomer.js retrieves information about a specific customer

Web Services URI

The URI format for the Web Services is:

https://noderun.com/run/[your profile]/[your space name]/[route]/[params]

Before you can run the Web Service, you must create a NodeRun profile and publish a space. The route and params are defined by right-clicking the Node.js file in the Files tree and selecting Properties.

Screenshot

In the Properties window, you can mark a file as a Web Service, and specify the HTTP Method and Route Path.

Screenshot

Testing

This template provides a Node.js module and interface to test the Web Services. Simply select the Launch App option to run the test.

Screenshot

Screenshot

The test uses server-side requests to communicate with the services; however, client-side AJAX requests would work just as well. You can try testing the Web Services using client-side requests by navigating to the appropriate URL in your browser or by using a tool like Postman.

Request and Response Objects

The web server used for NodeRun is Profound.js, which is a superset of Express. Express provides various capabilities for receiving input and sending output using special Request and Response objects. You can refer to the Express API reference for the various properties and methods provided by these objects.

exports.default

NodeRun expects that your Node.js file exports a property named 'default' or 'run', which must point to the main function to execute when the module is called.

API

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By Al3 (@al3)

Filters:

Popular Recent

Customer Orders & Payments Drilldown

Al3

7656

0

0

Simple example of a real world business application

Al3

2289

0

0

A basic example of using Google Maps Address Autocomplete in a Rich Display Screen

Al3

9451

0

0

A basic example of using Google Maps Address Autocomplete in a Rich Display Screen and a Google map view

Al3

19334

1

0

A basic example of using Google Maps Address Autocomplete in a Rich Display Screen and a Google map view

Al3

9237

0

0

This space uses a web service api from Houndify which enables it to interpret common language questions and respond.

Al3

15940

0

0

This workspace implements Amazon Web Services Rekognition. The application uses your device camera to take a photo, analyze objects in the picture, and tell you all about it using human speech though the speakers on your device.

Al3

9159

1

0

This workspace implements Amazon Web Services Rekognition. The application uses your device camera to take a photo, analyze objects in the picture, and tell you all about it using human speech though the speakers on your device.

Al3

8776

0

0

Image Data Review lets you upload an image and retrieve all available metadata from it.

Al3

15080

0

2

Login System

Al3

10563

0

0

Al3

6257

0

0