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
I would like to be able to get the PTR's (or any remote tag service's) tag blacklists from the API. I feel like the "most natural" way to get this would be as part of the Services Object, perhaps only adding it if the user provides an optional parameter when making an API call to /get_service or /get_services.
My use case is that I would like to be able to programmatically rewrite pending tags that would be impacted by the blacklist so that they're unnamespaced (with optional disambiguators,) rather than expect parser developers to create tons of special cases to keep up with the moving target that is the PTR's blacklist, to say nothing of non-PTR remote tag services. E.g.:
if substance:glue is pending, replace it with glue (default behavior of my program)
if substance:slime is pending, replace it with slime (substance) (behavior of my program when user specifies that substance:* tags should be given disambiguators.)
The text was updated successfully, but these errors were encountered:
I would like to be able to get the PTR's (or any remote tag service's) tag blacklists from the API. I feel like the "most natural" way to get this would be as part of the Services Object, perhaps only adding it if the user provides an optional parameter when making an API call to
/get_service
or/get_services
.My use case is that I would like to be able to programmatically rewrite pending tags that would be impacted by the blacklist so that they're unnamespaced (with optional disambiguators,) rather than expect parser developers to create tons of special cases to keep up with the moving target that is the PTR's blacklist, to say nothing of non-PTR remote tag services. E.g.:
substance:glue
is pending, replace it withglue
(default behavior of my program)substance:slime
is pending, replace it withslime (substance)
(behavior of my program when user specifies thatsubstance:*
tags should be given disambiguators.)The text was updated successfully, but these errors were encountered: