api.bitly.php
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Simple PHP wrapper for Bit.ly's API
Simple PHP wrapper for Bit.ly's API

** temporary readme file **

Bit.ly API Responses

/shorten

errorCode: 					int
errorMessage: 				string
results: 					array
	longurl:				array
		hash:				string
		shortKeywordUrl: 	string
		shortUrl:			string
		userHash:			string
statusCode:					string

/expand

errorCode:					int
errorMessage:				string
results:					
	hash:					
		longUrl:			string
statusCode:					string

/info

errorCode:					int
errorMessage:				string
results:					
	hash:					
		calais:				
		contentLength:		string
		contentType:		string
		exif:				
		globalHash:			string
		hash:				string
		htmlMetaDescription:string
		htmlMetaKeywords:	
		htmlTitle:			string
		id3:				
		keywords:			
		longUrl:			string
		metacarta:			
		mirrorUrl:			string
		surbl:				int
		thumbnail:
			large:			string
			medium:			string
			small:			string
		users:
		version:			int
statusCode:					string

/stats

errorCode:					int
errorMessage:				message
results:					
	clicks:					int
	hash:					string
	referrers:
	userClicks:				int
	userHash:				string
	userReferrers:			
statusCode:					string

/errors

errorCode:					int
errorMessage:				string
results:					
	errorCode:				int
	errorMessage:			string
	statusCode:				string
statusCode:					string

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。