Aedial / novelai-api

Python API for the NovelAI REST API
https://aedial.github.io/novelai-api/
MIT License
132 stars 15 forks source link

change suggest_tags POST to GET #8

Closed bdavs closed 2 years ago

bdavs commented 2 years ago

Discovered in testing that the suggest_tags call used GET instead of POST.

Aedial commented 2 years ago

Nice catch, dumb copy-paste error :+1: