Skip to content

Commit

Permalink
Make demo folder a link to the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rastersize committed Jan 5, 2016
1 parent 2d33f20 commit 6b18cb6
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 @@ The authentication in this case is abstract, allowing the creator of the SPTData
The data loader service allows rate limiting of URLs to be set explicitly or to be determined by the server using the “Retry-After” semantic. It allows back-off retrying by using a jittered exponential backoff to prevent the thundering hordes creating a request storm after a predictable exponential period has expired.

## Usage example :eyes:
For an example of this frameworks usage, see the demo application location in the “demo” folder.
For an example of this frameworks usage, see the demo application location in the [“demo” folder](demo/SPTDataLoaderDemo).

## Background story :book:
At Spotify we have begun moving to a decentralised HTTP architecture, and in doing so have had some growing pains. Initially we had a data loader that would attempt to refresh the access token whenever it became invalid, but we immediately learned this was very hard to keep track of. We needed some way of injecting this authorisation data automatically into a HTTP request that didn't require our features to do any more heavy lifting than they were currently doing.
Expand Down

0 comments on commit 6b18cb6

Please sign in to comment.