From 7bc23599584a14453ba1273f358da7d56cec21f7 Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Thu, 12 Mar 2015 18:52:32 -0300 Subject: [PATCH] new example to access article via API --- lib/api/v1/articles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/v1/articles.rb b/lib/api/v1/articles.rb index 4cd9eed..9c269e6 100644 --- a/lib/api/v1/articles.rb +++ b/lib/api/v1/articles.rb @@ -13,7 +13,7 @@ module API # limit - amount of articles returned. The default value is 20 # # Example Request: - # GET /api/v1/articles?from=2013-04-04-14:41:43&until=2014-04-04-14:41:43&limit=10&content_type=Hub + # GET http://localhost:3000/api/v1/articles?from=2013-04-04-14:41:43&until=2015-04-04-14:41:43&limit=10&private_token=e96fff37c2238fdab074d1dcea8e6317 # desc 'Articles.', { # :params => API::Entities::Article.documentation # } -- libgit2 0.21.2