Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 812 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 812 Bytes

PDNS Software Development Kit for Javascript

The PDNS Software Development Kit (SDK) for Javascript contains library code and examples designed to enable developers to build applications using PDNS.

Installation

To use the components from the PDNS SDK for JavaScript, copy the contents of the lib/ directory to your local directory. Then, include the ripdnssdk.js file from this directory in your code.

Examples

Client

<script type="text/javascript" src="ripdnssdk.js"></script>

<script type="text/javascript" charset="utf-8">


</script>

License and Copyright

Copyright (C) 2016 the the REN-ISAC

Free use of this software is granted under the terms of the GNU Lesser General Public License (LGPL v3.0). For details see the file LICENSE included with the distribution.