Open GoogleCodeExporter opened 8 years ago
oops, should be like this:
public function get apiURL ():String
{
return this._useProxy:Boolean ? PROXY_URL : API_BASE_URL + uri;
}
executeRequest(uri, getMicroBlogRequest(apiURL, params, URLRequestMethod.POST));
Original comment by himcot...@gmail.com
on 18 Apr 2011 at 3:24
Original issue reported on code.google.com by
himcot...@gmail.com
on 18 Apr 2011 at 3:21