예제 #1
0
 def __init__(self):
     Upstream.__init__(self, CDE, CDE_PATH + 'UploadSnapshot', 'POST')
예제 #2
0
파일: collections.py 프로젝트: nomada2/KSP
 def __init__(self):
     Upstream.__init__(self, CDE, CDE_PATH + 'getAllDevicesWithCollections',
                       'GET')
예제 #3
0
 def __init__(self):
     Upstream.__init__(self, FIRS, FIRS_PATH + 'getDeviceCredentials',
                       'GET')
예제 #4
0
파일: sidecar.py 프로젝트: akleiw/KSP
	def __init__(self):
		Upstream.__init__(self, CDE, CDE_PATH + 'sidecar')
예제 #5
0
파일: get_items.py 프로젝트: akleiw/KSP
	def __init__(self):
		Upstream.__init__(self, TODO, TODO_PATH + 'getItems')
예제 #6
0
	def __init__(self):
		Upstream.__init__(self, TODO, TODO_PATH + 'syncMetaData', 'GET')
예제 #7
0
파일: registration.py 프로젝트: MSylvia/KSP
	def __init__(self):
		Upstream.__init__(self, FIRS_TA, (FIRS_PATH + 'getNewDeviceCredentials', FIRS_PATH + 'registerDevice'))
예제 #8
0
파일: collections.py 프로젝트: intari/KSP
	def __init__(self):
		Upstream.__init__(self, CDE, CDE_PATH + 'getAllDevicesWithCollections', 'GET')
예제 #9
0
	def __init__(self):
		Upstream.__init__(self, CDE, CDE_PATH + 'FSDownloadContent', 'GET')
예제 #10
0
 def __init__(self):
     Upstream.__init__(self, CDE, CDE_PATH + 'getAnnotations', 'GET')
예제 #11
0
파일: remove_items.py 프로젝트: nomada2/KSP
 def __init__(self):
     Upstream.__init__(self, TODO, TODO_PATH + 'removeItems')
예제 #12
0
	def __init__(self):
		Upstream.__init__(self, CDE, CDE_PATH + 'FSDownloadContent', 'GET')
예제 #13
0
 def __init__(self):
     Upstream.__init__(self, FIRS, FIRS_PATH + 'getNamesForFiona', 'GET')
예제 #14
0
파일: collections.py 프로젝트: nomada2/KSP
 def __init__(self):
     Upstream.__init__(self, CDE, CDE_PATH + 'getCollections', 'GET')
예제 #15
0
파일: registration.py 프로젝트: MSylvia/KSP
	def __init__(self):
		Upstream.__init__(self, FIRS, FIRS_PATH + 'getDeviceCredentials', 'GET')
예제 #16
0
	def __init__(self):
		Upstream.__init__(self, CDE, CDE_PATH + 'UploadSnapshot', 'POST')
예제 #17
0
파일: registration.py 프로젝트: MSylvia/KSP
	def __init__(self):
		Upstream.__init__(self, FIRS, FIRS_PATH + 'getNamesForFiona', 'GET')
예제 #18
0
파일: collections.py 프로젝트: intari/KSP
	def __init__(self):
		Upstream.__init__(self, CDE, CDE_PATH + 'getCollections', 'GET')
예제 #19
0
	def __init__(self):
		Upstream.__init__(self, CDE, CDE_PATH + 'getAnnotations', 'GET')
예제 #20
0
 def __init__(self):
     Upstream.__init__(self, TODO, TODO_PATH + 'getItems')
예제 #21
0
파일: sidecar.py 프로젝트: akleiw/KSP
	def __init__(self):
		Upstream.__init__(self, CDE, CDE_PATH + 'shareHighlightAndNote', 'POST')
예제 #22
0
파일: remove_items.py 프로젝트: MSylvia/KSP
	def __init__(self):
		Upstream.__init__(self, TODO, TODO_PATH + 'removeItems')
예제 #23
0
 def __init__(self):
     Upstream.__init__(self, FIRS_TA,
                       (FIRS_PATH + 'getNewDeviceCredentials',
                        FIRS_PATH + 'registerDevice'))