GlobalNOC / GRNOC-WebService

GRNOC::WebService Perl Module
Apache License 2.0
0 stars 5 forks source link

Add additional `deprecated` parameter to `GRNOC::WebService::Method` constructor #18

Closed jonstout closed 3 years ago

jonstout commented 3 years ago

Add additional deprecated parameter to GRNOC::WebService::Method constructor, and present when the method is queried via the help method. This parameter should be set when a method is planned for removal or will no longer supported. Auto-generated user facing documentation should indicate deprecation to users using this information.

jonstout commented 3 years ago

Fixed in #23