From 3787793911114e0242736dcf91a2f19a61ef925b Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 21 May 2010 15:58:31 +0200 Subject: READMEs updated --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 42f6276..9678cf2 100644 --- a/README +++ b/README @@ -21,19 +21,19 @@ Examples: Get a list of all datasets: - curl http://webservices.in-silico.ch/test/dataset + curl http://webservices.in-silico.ch/dataset Upload a dataset: - curl -X POST -H "Content-Type:application/rdf+xml" --data-binary @{my_rdf_file} http://webservices.in-silico.ch/test/dataset + curl -X POST -H "Content-Type:application/rdf+xml" --data-binary @{my_rdf_file} http://webservices.in-silico.ch/dataset Get a dataset representation: - curl http://webservices.in-silico.ch/test/dataset/{id} + curl http://webservices.in-silico.ch/dataset/{id} Delete a dataset: - curl -X DELETE http://webservices.in-silico.ch/test/dataset/{id} + curl -X DELETE http://webservices.in-silico.ch/dataset/{id} Installation: http://wiki.github.com/helma/opentox-documentation/installation-of-opentox-webservices -- cgit v1.2.3 From ec6f4feef98c86716cbfaab54b443c1e3bbecbcf Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 21 May 2010 16:47:50 +0200 Subject: opentox-api-wrapper bumped to 1.5.4 --- application.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/application.rb b/application.rb index 0f557bf..c242903 100644 --- a/application.rb +++ b/application.rb @@ -1,9 +1,6 @@ require 'rubygems' -gem 'opentox-ruby-api-wrapper', '= 1.5.3' +gem 'opentox-ruby-api-wrapper', '= 1.5.4' require 'opentox-ruby-api-wrapper' -#require 'sinatra/respond_to' -#Sinatra::Application.register Sinatra::RespondTo - LOGGER.progname = File.expand_path(__FILE__) -- cgit v1.2.3