Use HTTParty to make connection logic much simpler

This commit is contained in:
CactusPuppy 2021-03-23 12:55:04 -07:00
parent a4eb07a4a8
commit e99d9ac054
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
3 changed files with 43 additions and 25 deletions

View file

@ -221,6 +221,9 @@ gem 'dalli'
gem 'icalendar'
# for making external requests easier
gem 'httparty'
# Use guard and spring for testing in development
group :development do
# to launch specs when files are modified