Skip to content

Releases: ryu-sato/crowi-client

v0.1.4

02 Aug 18:44
2d0211e
Compare
Choose a tag to compare

Features

  • Support basic authentication #15
    • If web server of Crowi needs basic authentication, you can set username and password when request API.
    • see README.md for examples.

v0.1.3

08 Jul 18:47
692b5b4
Compare
Choose a tag to compare

Fix

  • [Bug] CrowiClient::page_exist? method return nil in spite of page exists #12

v0.1.2

08 Jul 17:28
16d3f03
Compare
Choose a tag to compare

Fix

  • [Bug] CrowiClient::page_id method return nil in spite of page exists #10

Breaking changes

  • CrowiClient stopped using singletons #9
  • URL and ACCESS_TOKEN are specified by environment variables instead of config/settings.yml #9

v0.1.1

01 May 17:48
Compare
Choose a tag to compare
  • Fix runtime dependencies of package
    • rest-client
    • json
    • easy_settings

First release

01 May 17:44
Compare
Choose a tag to compare
First release Pre-release
Pre-release
  • Implement Crowi API (also Growi too)