restlet / web-api-style

Formalization of a Web API architecture style, inspired from REST
23 stars 1 forks source link

Low-barrier to entry for API developers #5

Open jlouvel opened 11 years ago

jlouvel commented 11 years ago

Suggested by Mike Amundsen

mamund commented 11 years ago

HTML is a "low-barrier" to entry for document developers. it's even turned into a low-barrier for app developers (when adding JS).

what is the equivalent for API developers?

my observation is that "CRUD-applied-to-object" pattern seems to be a low barrier for API devs. almost everyone uses this to start and most everyone understands this pattern within minutes. it has scaling challenges (both at the domain and protocol level), but i suspect the pattern could be an important way to fulfill this requirement.

wonder how many other ways we can express this "low-barrier" for API devs....

jlouvel commented 11 years ago

We should aim at low-barrier to entry for:

This could mean: