신입이 정리해놓은 것..팁 저장용으로 에디팅..
1. RESTClient 2.3.3 GUI 다운로드
다운로드 : http://code.google.com/p/rest-client/downloads/detail?name=restclient-ui-2.3.3-jar-with-dependencies.jar
소개 : http://marxsoftware.blogspot.com/2009/01/easy-java-based-rest-testing-tools.html
RESTClient Getting started : http://java.dzone.com/announcements/wiztoolsorg-restclient-21-rele
2. 테스트 사이트
REST 웹 서비스를 기반으로 구현된 social bookmark site
BidSonomy(www.bibsonomy.org)
GET: Post list 얻기
POST: Post 생성, body(생성할 post의 내용, xml) 필요.
PUT: Post 수정, body(수정할 post의 내용, xml) 필요.
DELETE: Post 삭제
※ API를 사용하여 post에 접근하기 위해서는 해당 User의 API key가 필요함
Authentication을 위한 ID는 Username, Pass는 API key를 사용.
(BibSonomy 웹 사이트 setting에서 확인 가능)
or
pachube site QuickStart with curl
https://pachube.com/docs/quickstart/curl.html
등등등
'IT' 카테고리의 다른 글
AVR delay함수 사용시 __builtin_avr_delay_cycles 에러처리 (0) | 2012.03.28 |
---|---|
ARM to lead the IoT??? (0) | 2012.03.15 |
[외부자료] 무선기술 도입시 고려사항 (0) | 2012.03.09 |
XilinxCoreLib unisim library in modelsim (2) | 2012.03.07 |
IE 자동으로 닫혀버릴때 (트로이 같은 것이 깔린 듯) 은행사이트 혹은 v3 사이트 접속시 바로.. (0) | 2011.06.21 |