| repo password user authToken | repo := FossilRepo new remote: 'http://localhost:8081'. password := 'trustno1'. user := 'offray'. authToken := repo authTokenFor: user withPassword: password. ZnClient new url: 'http://localhost:8081json/wiki/create'; entity: (ZnEntity with: '{"authToken": "',authToken,'", "payload": {"name": "test", "content": "something"}}' type: ZnMimeType applicationJson ); post.