Forum Discussion

tiras's avatar
9 years ago

Post a crictical issue count to API server

Hi I want to POST an critical issue count to my API server. My python script is as follow. import json from urllib import parse, request from config import (USER, PASSWORD, COMPANY) ...