コード例 #1
0
ファイル: integration.py プロジェクト: mscottford/powerapp
 def reset_api(self):
     if not self.stateless:
         self.api_state = None
         self.api_last_sync = self.MILLENIUM
         self.api_next_sync = self.MILLENIUM
         self.api = TodoistAPI.create(self)
         self.api.user.sync()
コード例 #2
0
ファイル: integration.py プロジェクト: mscottford/powerapp
 def api(self):
     return TodoistAPI.create(self)