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

URLs update #30

Merged
merged 3 commits into from Jul 15, 2022
Merged

URLs update #30

merged 3 commits into from Jul 15, 2022

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.

None yet

1 participant