Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Aug 6, 2024
1 parent 09bd55b commit 2aa712b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,17 @@ Tagging should be connected to feed changes, and so might look as follows:

### Accessing versions

Access via:
The JSON can be accessed through different approaches. Some examples are shown
below for `2024.08.06.0001`. The tagged approach is preferred for precision.

Access examples:

* HEAD: `https://raw.githubusercontent.com/orcfax/price-feeds/main/feeds/price-feeds.json`
* Tagged: `https://raw.githubusercontent.com/orcfax/price-feeds/2024.08.06.0001/feeds/price-feeds.json`
* Commit: `https://raw.githubusercontent.com/orcfax/price-feeds/97940c30407da79a6389386b1e7ad9500e06cf50/feeds/price-feeds.json`

#### Download

A tag can also be downloaded via the GitHub tag page, e.g. [2024.08.06.0001][#1]

[#1]: https://github.com/orcfax/price-feeds/releases/tag/2024.08.06.0001

0 comments on commit 2aa712b

Please sign in to comment.