Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
upbit committed May 17, 2015
1 parent f881e5a commit 01ec3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Pixiv_PAPI(object):
# 我的订阅
def me_feeds(self, show_r18=1):

# 用户作品
# 用户作品
# publicity: public, private
def users_works(self, author_id, page=1, per_page=30, publicity='public'):

Expand All @@ -85,7 +85,7 @@ class Pixiv_PAPI(object):
def ranking_all(self, mode='daily', page=1, per_page=50, date=None):
~~~~~

### SAPI
### SAPI (已逐步废弃)

[api.sapi](https://github.com/upbit/pixivpy/blob/master/pixivpy2/sapi.py).*

Expand Down

0 comments on commit 01ec3b3

Please sign in to comment.