malt.io icon indicating copy to clipboard operation
malt.io copied to clipboard

Create Malt.io API (Read-write)

Open danielgtaylor opened this issue 13 years ago • 2 comments

Create an API that will let third party clients be written against Malt.io. Required features:

  • User registration
  • Login (probably OAuth?)
  • List users, recipes, etc
  • Create and update recipes and profile info

See Cloud Endpoints, which is being released publicly soon: http://endpoints-trusted-tester.appspot.com/

danielgtaylor avatar Oct 15 '12 18:10 danielgtaylor

There is now an experimental API branch using Google Cloud Endpoints that has a simple call to get a list of users and get details from a user.

danielgtaylor avatar Oct 20 '12 21:10 danielgtaylor

API documentation could be generate with this:

https://github.com/wordnik/swagger-core/wiki/API-Declaration

danielgtaylor avatar Jan 22 '13 21:01 danielgtaylor