Commit 7bc23599584a14453ba1273f358da7d56cec21f7
Committed by
Rodrigo Souto
1 parent
ba88794a
Exists in
master
and in
29 other branches
new example to access article via API
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/api/v1/articles.rb
... | ... | @@ -13,7 +13,7 @@ module API |
13 | 13 | # limit - amount of articles returned. The default value is 20 |
14 | 14 | # |
15 | 15 | # Example Request: |
16 | - # GET /api/v1/articles?from=2013-04-04-14:41:43&until=2014-04-04-14:41:43&limit=10&content_type=Hub | |
16 | + # 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 | |
17 | 17 | # desc 'Articles.', { |
18 | 18 | # :params => API::Entities::Article.documentation |
19 | 19 | # } | ... | ... |