fyers-api-v3 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# The Fyers API Javascript client - v3
|
|
2
2
|
|
|
3
|
-
The official Javascript node client for communicating with the [Fyers API](https://myapi.fyers.in)
|
|
3
|
+
The official Javascript node client for communicating with the [Fyers API](https://myapi-dev.fyers.in/docsv3)
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
7
|
-
- [Javascript client documentation](https://myapi.fyers.in/
|
|
7
|
+
- [Javascript client documentation](https://myapi-dev.fyers.in/docsv3)
|
|
8
8
|
|
|
9
9
|
## Requirements
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@ The official Javascript node client for communicating with the [Fyers API](https
|
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
15
|
-
Install via [npm](
|
|
15
|
+
Install via [npm](https://www.npmjs.com/package/fyers-api-v3)
|
|
16
16
|
|
|
17
17
|
npm install fyers-api-v3@latest
|
|
18
18
|
|