Call API using curl in seed.rb

41 views
Skip to first unread message

Daynthan Kabilan

unread,
Nov 17, 2015, 10:14:33 AM11/17/15
to rubyonra...@googlegroups.com
Hi,

I need to call API using curl in seed.rb

Before i have used API like


i don't know how to call API using curl in ssed.rb

now my client assign one new domain and mentioned this was working for him.


Any one know how to call API using curl in seed.rb please let me know.

Thanks!
Daya.

Frederick Cheung

unread,
Nov 18, 2015, 5:02:04 AM11/18/15
to Ruby on Rails: Talk
Why use curl instead of a ruby method (e.g. HTTPary since you are already used to that) ? You can shell out with system, popen etc but that seems like an inferior solution unless there is some other constraint you haven't mentioned. You can pass headers by doing something like HTTPParty.get("http://...", headers: {foo: 'bar'})

Fred

Daynthan Kabilan

unread,
Nov 23, 2015, 11:10:01 AM11/23/15
to rubyonra...@googlegroups.com
Hi Fred,

Thanks for your reply.


Here i gave the URL like https://pipeline-api.locallabs.com/api/v1/organizations?min_updated_at='2015-11-13&limit=10' and i  set the authorization key in header an got the Exact result.


But i don't know how to access this url in Rails. If i give this URL in browser then return unauthorized result.

Please suggest me. 

Thanks!

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a0d4cd33-56ef-4fb0-abbe-3a765918f3e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages