Releases: ryu-sato/crowi-client
Releases · ryu-sato/crowi-client
v0.1.4
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
Fix
- [Bug] CrowiClient::page_exist? method return nil in spite of page exists #12
v0.1.2
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
- Fix runtime dependencies of package
rest-client
json
easy_settings
First release
- Implement Crowi API (also Growi too)