robinhood-typescript
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -1,2 +0,2 @@ | ||
export declare const apiUrl = "https://api.robinhood.com/"; | ||
export declare const apiUrl: string; | ||
export declare const endpoints: { | ||
@@ -3,0 +3,0 @@ login: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.endpoints = exports.apiUrl = void 0; | ||
exports.apiUrl = 'https://api.robinhood.com/'; | ||
const proxyurl = 'https://cors-anywhere.herokuapp.com/'; | ||
exports.apiUrl = `${proxyurl}https://api.robinhood.com/`; | ||
exports.endpoints = { | ||
@@ -6,0 +7,0 @@ login: 'oauth2/token/', |
{ | ||
"name": "robinhood-typescript", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "NodeJS Framework to make trades with the private Robinhood API. Using this API is not encouraged, since it's not officially available and it has been reverse engineered. See @Sanko's Unofficial Documentation for more information.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,2 +0,3 @@ | ||
export const apiUrl = 'https://api.robinhood.com/'; | ||
const proxyurl = 'https://cors-anywhere.herokuapp.com/'; | ||
export const apiUrl = `${proxyurl}https://api.robinhood.com/`; | ||
export const endpoints = { | ||
@@ -3,0 +4,0 @@ login: 'oauth2/token/', |
Sorry, the diff of this file is too big to display
592606
15200