me2api-ruby
A Ruby wrapper for the Me2day API.
설치
gem install me2api-ruby
사용례
api = Me2API::API.new(
:appkey => APPKEY,
:user_id => USER_ID,
:apikey => APIKEY
)
post = api.create_post(USER_ID, 'hello world', :tag => 'blah blah')
참고자료
- Naver 개발자 센터 - 미투데이 API(http://dev.naver.com/openapi/apis/me2day/me2api_intro)
TODO
- 쉬운인증 지원
Contributors
Authors ordered by first contribution.
- Heungseok Do [email protected]
License
This is free and unencumbered software released into the public domain. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.
ChangeLog
0.2.4 (2012-07-08)
API::get_post
의 추가 파라미터 지정시 적용되지 않는 문제 수정
0.2.3 (2012-07-07)
API#get_post
에 추가 파라미터 지정할 수 있도록options
파라미터 추가
0.2.2 (2012-06-30)
Model#type
메소드에 대해서도 속성을 반환하도록 변경
0.2.1 (2012-06-30)
Me2API::API#get_post
메소드 추가.
0.2.0 (2012-06-30)
- 밴드 멤버를 위한
Member
모델 추가 Band#leader
를Member
모델로 wrap
0.1.1 (2012-06-29)
Features:
- gemspec 파일에 dependency 추가
Bugfixes:
Model
객체에서 존재하지 않는 속성을 접근할 때nil
이 반환되지 않는 문제 수정
0.1.0 (2012-06-27)
First release.
Features:
- apikey 인증 지원
- 지원 메소드
get_person
get_posts
create_post
delete_post
get_comments
create_comment
delete_comment
get_metoos
metoo
get_friends
get_friendship_requests
accept_friendship_request
get_settings
get_bands
noop
Bugfixes:
- 없음