tiy-durham-q3-rails / freeshelf

A network for sharing free programming books.
MIT License
3 stars 13 forks source link

We need a JSON API #23

Open cndreisbach opened 10 years ago

cndreisbach commented 10 years ago

All URLs on the site that are public should have a JSON response type so people can get information about books from wherever.

cndreisbach commented 10 years ago

Step 2 -- more advanced: users need authentication tokens so they can send them with an API request and be able to access actions that require login.

We'll need SSL on the production site once we start doing this, but don't let that hold you up. We need SSL anyway.