Skip to content

Releases: argonism/piyo

v1.0.3

15 Jan 14:36
Compare
Choose a tag to compare

Add keywords and options params to search posts easier.

Previously, complex q parameters had to be set in order to use search keywords and options in the article search endpoint. This update adds search keywords and optional params to posts() for easier search for articles.

keywords = ["diary", "secret"]
search_options = {
    "sort": "created"
}
posts = client.posts(keywords=keywords, search_options=search_options)

1.0.1

27 Sep 18:21
Compare
Choose a tag to compare

fix post/patch/delete request bugs

0.3.0

25 Sep 11:31
Compare
Choose a tag to compare

piyo-0.3.0.tar.gz

add POST endpoints

v0.2.0

20 Sep 18:55
Compare
Choose a tag to compare

first release

support those endpoints

  • GET teams
  • GET teams/:team
  • GET teams/:team/stats
  • GET teams/:team/members
  • GET teams/:team/posts
  • GET teams/:team/posts/:post_id
  • GET teams/:team/posts/:post_id/comments
  • GET teams/:team/comments
  • GET teams/:team/comments/:comment_id