Web Analytics

Quick Start with Syncloop

This video tutorial demonstrates hands-on training on the Syncloop API Development Platform by creating a simple web service that displays "Hello World".

Conditional Logic

This video tutorial demonstrates the implementation of conditional logic using a switch statement on the Syncloop API Development Platform. This service takes the country name as an input and provides the capital of the country which is already defined in the switch-case statement.

Looping Logic

This video tutorial demonstrates the implementation of Looping logic using a Loop statement on the Syncloop API Development Platform. This service takes multiple country names as input and provides the capital by iterating through each of the country names. A Switch-Case service is also embedded for the selection of capitals for a provided list of countries in JSON format.

Weather API

This video tutorial demonstrates how an external Weather API is consumed on the Syncloop API Development platform. The said API provides weather information based on geographical coordinates. These coordinates include the latitude and longitude values of a particular geographic location on the map.

Crypto Converter API

This video tutorial demonstrates how an external Crypto API is consumed on the Syncloop API Development platform. The said API provides information regarding the current conversion rates between two currencies.

Return Custom HTTP Status Codes & Headers

This video will demonstrate the sending of custom HTTP Status Codes and Headers from a Flow Service for getting an appropriate response.

Exception Handling

This video will demonstrate the handling of exceptions in the Flow Service and also sending of custom objects and customer information with exceptions.

Communicate with SFTP SSH

This video tutorial demonstrates how to remotely communicate with Secure File Transfer Protocol and SSH. Here one EC2 user instance is used to get files from the directory using the proper authentication mechanism. The SSH will be used to execute shell commands and shell scripts. The tutorial also demonstrates how to get various attributes of a file like path, size, name and accessed time and directory info.

Json Transformation

This video tutorial demonstrates how to work on a Complex object and convert it into a more deep complex object using a flow service on the Syncloop Platform. Here a complex JSON object is used and is converted into a more complex JSON object traversing the complete data hierarchy and also modifying its structure.

XML to CSV Transformation

This video tutorial demonstrates how to convert an XML file to a flat file in a .csv format. Here an array is used for temporarily storing the XML values and those values are reflected back onto the flat file. The XML file is storing multiple customer information.