Web Service Interface of 365Key

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.