REST Web Services 4

Al3 (@al3)

6450

0

0

About This Space

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


Last updated on July 24, 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 Profound.js Spaces. 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://spaces.profoundjs.com/run/[your profile]/[your space name]/[route]/[params]

Before you can run the Web Service, you must create a Profound.js Spaces 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 Profound.js Spaces 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

Profound.js Spaces 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

Advanced CRUD application

Al3

14451

0

0

This workspace implements Amazon Web Services Rekognition. The application uses your device camera to take your photo, determine how old you look, and tell you all about it using human speech though the speakers on your device.

11647

1

2

This workspace implements Amazon Web Services Rekognition. The application uses your device camera to take your photo, determine how old you look, and tell you all about it using human speech though the speakers on your device.

Al3

12929

1

1

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

10314

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

10455

0

0

A demo of how to build, test and document APIs

Al3

8153

0

0

A demo of how to build, test and consume APIs

Al3

3717

0

0

This space creates an AWS S3 Bucket Browser using AWS SDK APIs. It allows you to create and delete buckets, list objects in a bucket, and Upload, download, preview or delete objects.

Al3

20612

1

1

This space creates an AWS S3 Bucket Browser using AWS SDK APIs. It allows you to create and delete buckets, list objects in a bucket, and Upload, download, preview or delete objects. This space is protected to protect the credentials being used for the example. To see the code or create a version to browse your own S3 buckets see http://noderun.com/al3/aws-s3-bucket-browser/

Al3

13931

1

1

Very basic file upload example using the File Upload Drag and Drop widget

Al3

16562

0

3

This app consumes a web service and display the information in a grid

Al3

11112

0

0

CRUD Application with Detail Edit Screen

Al3

2931

0

0