#プロジェクトを取得
r=requests.get(BaseURL+'projects/name/'+projectName,auth=HTTPBasicAuth(ID,PASS))
data =r.json()