@JuniorBuffett Just thinking what Buffet or Ben Graham would say about some of these. Which of these are great businesses, with a big moat? Which are cigar butts?
Which are turds?
@najawa91@Its_Nova1012 one of the few non premium responses. Nice one.
I said SDK was language specific and included a client.
This whole "kit" naming is overboard - it is a language specific api wrapper.
@Its_Nova1012 Many wrong answers here. The SDK does not include the API. The API is a language agnostic contract for communication. The SDK is language specific and includes a client for use of the API.
@jahirsheikh8 The querystring params are to be used for filtering.
/users?status=active
/users?status=inactive
instead of
/users/active
/users/inactive
Rest principles and a design choice not forcing a big monolithic controller. API gateways prefer path over unstable querystring.