You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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....
Suggested by Mike Amundsen
The text was updated successfully, but these errors were encountered: