365Key is a Web page that you can easily right-click to add to favorites and share it with your friends online. A few days ago, 365Key announced the Web Service interface to help developers better use 365Key. Currently, the following interfaces are provided:
Web Services address: http://services.365key.com/exportService.asmx
GetUserID
Obtain the user's ID (number) in 365Key)
Parameter: string username -- user name, such as keso
Return: int user ID
GetTagList
Obtains all types of the specified user ID.
Parameter: int userID -- User ID
Return Value: DataSet contains the category ID, category name, and number of network entries under the category.
GetNewBookmarks
Obtains the latest network address of a specified user.
Parameter: int userID -- User ID
Int num -- the latest quantity
Returned results: DataSet includes the network Abstract ID, network Abstract title, network Abstract URL, network Abstract category, network Abstract comment, and network Abstract abstract.
GetPartBookmarks
Obtains all the IP addresses of a specified user at a specified time.
Parameter: int userID -- User ID
Datetime startTime -- get start time, for example, "19:49:05"
Datetime endTime -- get end time, for example, "19:49:05"
Returned results: DataSet includes the network Abstract ID, network Abstract title, network Abstract URL, network Abstract category, network Abstract comment, and network Abstract abstract.
GetSnapshot
Obtains a snapshot of a specified network Abstract ID.
Parameter: int bookmarkID -- network Abstract ID
Bool parse -- whether to analyze snapshots; optional values: false or true.
Back to: string snapshot or analyzed Snapshot
Note: Analysis snapshots can directly extract information from snapshots and filter all useless information such as advertisements and HTML code. Currently, only SINA is supported (for example, when bookmarkID = 79781, parse = true, the filtered snapshot version will be obtained). Other websites are being improved.
Other web services interfaces are being created. You are welcome to provide your valuable comments.