[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[clari8] 00 registering




"Register the application.
Note that the key we use here is a key registered by aleReimondo for U8 application tests.
It is required to register as a Clarifai user to get and use another key for your iOS application"
[	Clarifai sharedInstance startWithApiKey: #c6c29d5754d84b188fcc0b3f98f9dd15.
	Clarifai sharedInstance generalModel isNil ifTrue: [
		self error: 'Missing general model'
	].
] on: Error do: [:error|
	self print: 'Clarifai.framework must be bound to application to run tests'.
	self abort
].