Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Conversation

@SamR1
Copy link
Owner

@SamR1 SamR1 commented Jul 15, 2022

BREAKING CHANGES

  • remove deprecated endpoints:
    • http://localhost:8080/<keywords>
    • http://localhost:8080/toot_search/<query>
    • http://localhost:8080/toot_favorites
  • update Twitter search endpoints:
    http://localhost:8080/tweets/<keywords>?token=<token> is replaced by:
    http://localhost:8080/tweets?q=<query>&token=<token>
  • update Mastodon search endpoints:
    • hashtag:
      http://localhost:8080/toots/<hashtag>?token=<token> is replaced by:
      http://localhost:8080/toots/tags/<hashtag>?token=<token>
    • query:
      http://localhost:8080/toots/search/<query>?token=<token> is replaced by:
      http://localhost:8080/toots/search?q=<query>&token=<token>

@SamR1 SamR1 merged commit 5f5d9ad into dev Jul 15, 2022
@SamR1 SamR1 deleted the urls-refacto branch July 15, 2022 17:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants