Post
Topic
Board Announcements (Altcoins)
Re: Lazaruscoin - 💰10M COINS💰 - 💰BLOCKCHAIN FOR APPLICATIONS 💰 YOBIT LISTING
by
Lazarus2016
on 22/09/2016, 16:45:08 UTC
http://lazaruscoin.com/ is our official website

Lazarus will add SDK - Python App Engine!!!

Lazarus Python SDK Introduction

All methods in the SDK will return a dictionary. The dictionary will always include "success" and "error" keys.
•"success" : True or False dependent on success.
•"error" : Provided when response is unsuccessful.

Each SDK entry contains an example call to help provide understanding of how to use the call. The examples also include  ; use this for easy identification of what needs to be changed for the call to function.

Basics

Whenever you use the SDK you will need to import it into whatever code you are working on. After which you will need to set the host. Below is an example of importing the lazarussdk for use and setting the host to localhost on port 5555.
import lazarusdk
lazarussdk.api.setHost("http://localhost:5555")