Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "runelite", | ||
"description": "A real time grand exchange prices API wrapper (runelite).", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">= 14.15 <16.1" |
@@ -30,3 +30,3 @@ # runelite | ||
<!-- Added by: runner, at: Tue Jan 25 23:33:36 UTC 2022 --> | ||
<!-- Added by: runner, at: Tue Jan 25 23:44:01 UTC 2022 --> | ||
@@ -206,4 +206,5 @@ <!--te--> | ||
``` | ||
You may optionally provide a timestamp to return prices for. If provided, will display 5-minute averages for all items we have data on for this time. The timestamp field represents the beginning of the 5-minute period being averaged | ||
You may optionally provide a timestamp to return prices for. If provided, will display (in this example) 5-minute averages for all items we have data on for this time. The timestamp field represents the beginning of the 5-minute period being averaged | ||
```ts | ||
@@ -210,0 +211,0 @@ const data = await runeliteAPI.prices({ useragent, timestamp: 1634688300, timestep: "5m" }); |
32194
258