pzingg / cloud_hub

Elixir web server that implements both the WebSub and RssCloud APIs
https://websubhub.com
Other
0 stars 0 forks source link

Migrate to dependencies used in Akkoma project #1

Closed pzingg closed 1 year ago

pzingg commented 1 year ago

As a step to including WebSub and RSS Cloud services to Akkoma, try to use the dependencies, module and database schema naming, and Elixir and Phoenix versions found there, including:

  1. [x] Replace HTTPoison with Tesla (Finch adapter)
  2. [ ] Replace FakeServer HTTP mock with Tesla.Mock
pzingg commented 1 year ago

All done in PR #4