dirigiblelabs / template-http-client

HTTP Client template for version 3.x and above

Home Page:https://www.dirigible.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template - HTTP Client

Eclipse License GitHub contributors

Overview

Simple "HTTP Client" JavaScript service

var httpClient = require('http/v3/client');
var response = require('http/v3/response');

var httpResponse = httpClient.get('http://services.odata.org/V4/Northwind/Northwind.svc/');

response.println(httpResponse.text);
response.flush();
response.close();

License

This project is copyrighted by SAP SE and is available under the Eclipse Public License v 2.0. See LICENSE and NOTICE.txt for further details.

About

HTTP Client template for version 3.x and above

https://www.dirigible.io

License:Eclipse Public License 2.0


Languages

Language:JavaScript 100.0%