url

package
v0.0.0-...-e0ca84f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const AttitudesShowBizURL string = CUrlPreFix + "/2/attitudes/show/biz.json"

AttitudesShowBizURL : 根据微博ID返回某条微博的赞列表

View Source
const AttitudesToMeBizURL string = CUrlPreFix + "/2/attitudes/to_me/biz.json"

AttitudesToMeBizURL : 获取当前登录用户收到赞的列表

View Source
const CUrlPreFix = "https://c.api.weibo.com"

CUrlPreFix : 商业api的前缀

View Source
const CommentsByMeBizURL string = CUrlPreFix + "/2/comments/by_me/biz.json"

CommentsByMeBizURL : 获取当前登录用户发出的评论列表

View Source
const CommentsByMeOtherURL string = CUrlPreFix + "/2/comments/by_me/other.json"

CommentsByMeOtherURL : 获取某个用户发出的评论列表

View Source
const CommentsCreateBizURL string = CUrlPreFix + "/2/comments/create/biz.json"

CommentsCreateBizURL : 评论一条微博

View Source
const CommentsDestroyBizURL string = CUrlPreFix + "/2/comments/destroy/biz.json"

CommentsDestroyBizURL : 删除一条评论

View Source
const CommentsMentionsBizURL string = CUrlPreFix + "/2/comments/mentions/biz.json"

CommentsMentionsBizURL : 获取@当前登录用户的评论

View Source
const CommentsMentionsOtherURL string = CUrlPreFix + "/2/comments/mentions/other.json"

CommentsMentionsOtherURL : 获取@某人的评论

View Source
const CommentsReplyBizURL string = CUrlPreFix + "/2/comments/reply/biz.json"

CommentsReplyBizURL : 回复一条评论

View Source
const CommentsShowAllURL string = CUrlPreFix + "/2/comments/show/all.json"

CommentsShowAllURL : 返回一条微博的全部评论列表

View Source
const CommentsShowBatchBizURL string = CUrlPreFix + "/2/comments/show_batch/biz.json"

CommentsShowBatchBizURL : 批量获取评论内容

View Source
const CommentsShowBizURL string = CUrlPreFix + "/2/comments/show/biz.json"

CommentsShowBizURL : 获取当前登录用户发布的微博下的评论列表

View Source
const CommentsTimelineBizURL string = CUrlPreFix + "/2/comments/timeline/biz.json"

CommentsTimelineBizURL : 获取当前登录用户发出及收到的评论列表

View Source
const CommentsTimelineOtherURL string = CUrlPreFix + "/2/comments/timeline/other.json"

CommentsTimelineOtherURL : 获取某个用户发出和收到的评论列表

View Source
const CommentsToMeBizURL string = CUrlPreFix + "/2/comments/to_me/biz.json"

CommentsToMeBizURL : 获取当前登录用户收到的评论列表

View Source
const CommentsToMeOtherURL string = CUrlPreFix + "/2/comments/to_me/other.json"

CommentsToMeOtherURL : 获取某个用户收到的评论列表

View Source
const ContentTypeURLEncoded string = "application/x-www-form-urlencoded"

ContentTypeURLEncoded : 发送请求的类型

View Source
const FriendshipsCreateBizURL string = CUrlPreFix + "/2/friendships/create/biz.json"

FriendshipsCreateBizURL : 关注某用户

View Source
const FriendshipsDestroyBizURL string = CUrlPreFix + "/2/friendships/destroy/biz.json"

FriendshipsDestroyBizURL : 取消关注

View Source
const FriendshipsFollowersBizURL string = CUrlPreFix + "/2/friendships/followers/biz.json"

FriendshipsFollowersBizURL : 获取当前登录用户的粉丝列表

View Source
const FriendshipsFollowersDestroyBizURL string = CUrlPreFix + "/2/friendships/followers/destroy/biz.json"

FriendshipsFollowersDestroyBizURL : 移除当前登录用户的粉丝

View Source
const FriendshipsFriendsBizURL string = CUrlPreFix + "/2/friendships/friends/biz.json"

FriendshipsFriendsBizURL : 获取当前登录用户的关注列表

View Source
const FriendshipsRemarkUpdateBizURL string = CUrlPreFix + "/2/friendships/remark/update/biz.json"

FriendshipsRemarkUpdateBizURL : 更新关注人备注

View Source
const ParamNameAccessToken string = "access_token"

ParamNameAccessToken 参数accessToken的名字

View Source
const PlaceUserTimelineOtherURL string = CUrlPreFix + "/2/place/user_timeline/other.json"

PlaceUserTimelineOtherURL :获取某个用户的位置动态

View Source
const SearchStatusesLimitedURL string = CUrlPreFix + "/2/search/statuses/limited.json"

SearchStatusesLimitedURL : 搜索含某关键词的微博

View Source
const SearchSuggestionsUsersBizURL string = CUrlPreFix + "/2/search/suggestions/users/biz.json"

SearchSuggestionsUsersBizURL : 搜用户搜索建议

View Source
const StatusesCountBizURL string = CUrlPreFix + "/2/statuses/count/biz.json"

StatusesCountBizURL : 批量获取指定微博的转发数评论数喜欢数

View Source
const StatusesDestroyBizURL string = CUrlPreFix + "/2/statuses/destroy/biz.json"

StatusesDestroyBizURL : 删除一条微博信息

View Source
const StatusesFilterCreateBizURL string = CUrlPreFix + "/2/statuses/filter/create/biz.json"

StatusesFilterCreateBizURL : 屏蔽某条微博

View Source
const StatusesFriendsTimelineBizURL string = CUrlPreFix + "/2/statuses/friends_timeline/biz.json"

StatusesFriendsTimelineBizURL :获取当前登录用户及其所关注用户的最新微博

View Source
const StatusesMentionsBizURL string = CUrlPreFix + "/2/statuses/mentions/biz.json"

StatusesMentionsBizURL : 获取@当前登录用户的微博

View Source
const StatusesMentionsOtherURL string = CUrlPreFix + "/2/statuses/mentions/other.json"

StatusesMentionsOtherURL : 获取@某人的微博

View Source
const StatusesMentionsShieldBizURL string = CUrlPreFix + "/2/statuses/mentions/shield/biz.json"

StatusesMentionsShieldBizURL : 屏蔽某个@我的微博及后续由其转发引起的@提及

View Source
const StatusesPublicTimelineBizURL string = CUrlPreFix + "/2/statuses/public_timeline/biz.json"

StatusesPublicTimelineBizURL : 获取最新的公共微博

View Source
const StatusesRepostBizURL string = CUrlPreFix + "/2/statuses/repost/biz.json"

StatusesRepostBizURL : 转发一条微博信息

View Source
const StatusesRepostTimelineAllURL string = CUrlPreFix + "/2/statuses/repost_timeline/all.json"

StatusesRepostTimelineAllURL : 返回一条微博的全部转发微博列表 的URL

View Source
const StatusesRepostTimelineBizURL string = CUrlPreFix + "/2/statuses/repost_timeline/biz.json"

StatusesRepostTimelineBizURL : 获取当前登录用户发布的一条原创微博的最新转发微博

View Source
const StatusesShowBatchBizURL string = CUrlPreFix + "/2/statuses/show_batch/biz.json"

StatusesShowBatchBizURL : 根据微博ID批量获取微博信息

View Source
const StatusesUpdateBizURL string = CUrlPreFix + "/2/statuses/update/biz.json"

StatusesUpdateBizURL : 发布一条微博信息

View Source
const StatusesUploadBizURL string = CUrlPreFix + "/2/statuses/upload/biz.json"

StatusesUploadBizURL : 上传图片并发布一条微博

View Source
const StatusesUploadURLTextBizURL string = CUrlPreFix + "/2/statuses/upload_url_text/biz.json"

StatusesUploadURLTextBizURL : 发布一条微博同时指定上传的图片或图片url

View Source
const StatusesUserTimelineBatchURL string = CUrlPreFix + "/2/statuses/user_timeline_batch.json"

StatusesUserTimelineBatchURL : 批量获取用户个人微博列表

View Source
const StatusesUserTimelineBizURL string = CUrlPreFix + "/2/statuses/user_timeline/biz.json"

StatusesUserTimelineBizURL : 获取当前登录用户发布的微博

View Source
const TagsBizURL string = CUrlPreFix + "/2/tags/biz.json"

TagsBizURL : 获取当前登录用户的标签

View Source
const TagsTagsBatchOtherURL string = CUrlPreFix + "/2/tags/tags_batch/other.json"

TagsTagsBatchOtherURL : 批量获取用户标签

View Source
const UsersCountsBatchOtherURL string = CUrlPreFix + "/2/users/counts_batch/other.json"

UsersCountsBatchOtherURL : 批量获取用户的粉丝数、关注数、微博数

View Source
const UsersShowBatchOtherURL string = CUrlPreFix + "/2/users/show_batch/other.json"

UsersShowBatchOtherURL : 批量获取其他用户的基本信息

View Source
const UsersShowBizURL string = CUrlPreFix + "/2/users/show/biz.json"

UsersShowBizURL : 获取当前登录用户信息

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL