0
votes
0answers
19 views

Could we add “has_tag_wiki” and “has_tag_wiki_excerpt” flags to the tag info API?

Currently the only way to check for existence of tags wikis and tag wiki excerpts is to fetch their actual contents using the tags wikis API /tags/{tags}/wikis But this returns the entire text ...
2
votes
1answer
28 views

Is there a way to get the edit URL for a tag wiki from the API?

I've been playing with a little webapp for tags of a certain kind for travel.SE (current pre-alpha version gist on github). One thing I would like to do is add links for the various tag-related ...