Authentication

From Wiki2
Revision as of 09:35, 2 May 2014 by Tim (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hi Sudhakar,

Quick question: Just seeing if I understand basics

So

  curl -v -d "apikey=asdasjsdgfjkjhg" http://127.0.0.1:3000/api/authenticate 

authenticates. Then I would think I'd only need send the apikey in every request like this:

  curl -d "apikey=asdasjsdgfjkjhg" -G http://127.0.0.1:3000/api/account

What would work?

Tim McKenna