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
// minimal{method: 'GET',uri: '/users'}// with an optional body included{method: 'POST',uri: '/users',body: {name: 'Obama'}}// with a query string{method: 'GET',uri: '/users?name=Bush'}
About
JSON Schema that closely resembles an HTTP Request Message but is completely decoupled from any specific application protocol, such as HTTP.