Skip to content

Instantly share code, notes, and snippets.

View hisaotsu's full-sized avatar

hisaotsu hisaotsu

View GitHub Profile
# REST Sample 1
# REST Support
import requests
import pprint
def main():
print("## Sample REST API by Python")
print("Please enter user ID:")
user_name = input()
print("Please enter password:")
password = input()