robinhood-typescript
Advanced tools
Comparing version 1.10.2 to 1.10.3
@@ -1,2 +0,2 @@ | ||
export declare const apiUrl: string; | ||
export declare const apiUrl = "https://api.robinhood.com/"; | ||
export declare const endpoints: { | ||
@@ -3,0 +3,0 @@ login: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.endpoints = exports.apiUrl = void 0; | ||
const proxyurl = 'https://api.allorigins.win/get?url='; | ||
exports.apiUrl = `${proxyurl}https://api.robinhood.com/`; | ||
exports.apiUrl = `https://api.robinhood.com/`; | ||
exports.endpoints = { | ||
@@ -7,0 +6,0 @@ login: 'oauth2/token/', |
{ | ||
"name": "robinhood-typescript", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"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,3 +0,2 @@ | ||
const proxyurl = 'https://api.allorigins.win/get?url='; | ||
export const apiUrl = `${proxyurl}https://api.robinhood.com/`; | ||
export const apiUrl = `https://api.robinhood.com/`; | ||
export const endpoints = { | ||
@@ -4,0 +3,0 @@ login: 'oauth2/token/', |
Sorry, the diff of this file is too big to display
592493
15198