Skip to content

POST methods, New chat.get_histories()

Compare
Choose a tag to compare
@kramcat kramcat released this 24 May 22:40
· 84 commits to main since this release
cd5dc74

List of changes

  • Now some functions work via POST requests, it's faster and more reliable
  • Fixed chat.new_chat()
  • chat.send_message() was rewritten
    • Instead of an error, it returns an error page
    • This function can show a message even if it is filtered
    • Fixed bugs with JSON
  • New chat.get_histories('CHAR')
    • This function returns all the stories with the character
  • Find users by nickname with user.info('NICKNAME')
    • This function returns information about the user