Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "etfdb-api", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "ETFdb.com API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -85,2 +85,26 @@ # ETFdb.com API | ||
} | ||
``` | ||
``` | ||
## Raw API Query | ||
Use Postman or `curl`. | ||
URL: https://etfdb.com/api/screener/ | ||
Method: POST | ||
Headers: | ||
- Content-Type: application/json | ||
- User-Agent: Your User Agent | ||
Payload: | ||
```json | ||
{ | ||
"page": 2, | ||
"per_page": 25, | ||
"sort_by": "ytd", | ||
"sort_direction": "desc", | ||
"only": [ | ||
"meta", | ||
"data" | ||
] | ||
} | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4764
110