コード例 #1
0
ファイル: sys.py プロジェクト: ojos/python-ca
 def get() -> RequestSerialInteractor:
     return RequestSerialInteractor(interactors=[
         ApiKeyHeaderInteractor(),
         PutSysVarViewInteractor(repo=SysVarRepoFactory.get())
     ])
コード例 #2
0
ファイル: sys.py プロジェクト: ojos/python-ca
 def get() -> RequestSerialInteractor:
     return RequestSerialInteractor(interactors=[
         ApiKeyHeaderInteractor(),
         DeleteSeqInteractor(repo=SeqRepoFactory.get())
     ])