samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

Deprecate `WebServiceBase#get_json`; use `#json` #125

Closed no-reply closed 7 years ago

no-reply commented 7 years ago

Many implementations already overrode #get_json with #json, since the former is not idiomatic. This simply deprecates the #get_json option in favor of a base #json.

no-reply commented 7 years ago

Force pushed, minus the whitespace.