Skip to content

Commit

Permalink
Change url for cached provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
jseparovic1 committed Nov 24, 2020
1 parent 1911921 commit 8177aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Libraries chosen for this project:
**Decisions**
- Each data providers (MusementAPI, WeatherAPI) is abstracted behind interface to make changing providers and testing easier
- Api calls could be cached for a certain amount of time
As an example MusementProvider is decorated with (CachedCityProvider)[https://github.com/jseparovic1/forecaster/blob/master/src/City/Provider/CachedCityProvider.php]
As an example MusementProvider is decorated with [CachedCityProvider](https://github.com/jseparovic1/forecaster/blob/master/src/City/Provider/CachedCityProvider.php)
that stores response in array
- Symfony serializer is used to map api response data to dedicated data transfer classes
- Custom application exceptions are created for easier error debugging and understandable application flow
Expand Down

0 comments on commit 8177aab

Please sign in to comment.