본문 바로가기

신입이 정리해놓은 것..팁 저장용으로 에디팅..

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 

등등등


B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.