Skip to content

Commit

Permalink
none of the sites support if-modified-since...
Browse files Browse the repository at this point in the history
  • Loading branch information
okkdev committed Nov 30, 2022
1 parent 06669eb commit 3d12d10
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Chuko

Todo:
- Cache dir
- Search subscriptions

To start your Phoenix server:
Expand Down
1 change: 0 additions & 1 deletion lib/chuko/api/anibis.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ defmodule Chuko.Api.Anibis do
user_agent: Chuko.AgentUser.get()
],
max_retries: 2
# cache: true
]

amount =
Expand Down
1 change: 0 additions & 1 deletion lib/chuko/api/ricardo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ defmodule Chuko.Api.Ricardo do
user_agent: Chuko.AgentUser.get()
],
max_retries: 2
# cache: true
]

amount =
Expand Down
1 change: 0 additions & 1 deletion lib/chuko/api/tutti_gql.ex
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ defmodule Chuko.Api.TuttiGql do
"x-tutti-client-identifier": "web/1.0.0+env-live.git-a70218e"
],
max_retries: 2
# cache: true
]

# could be optimized by using the body
Expand Down

0 comments on commit 3d12d10

Please sign in to comment.