UNPKG
nubank
Version:
latest (1.1.3)
1.1.3
1.0.2
1.0.1
1.0.0
NuBank API
github.com/Astrocoders/nubank-api
Astrocoders/nubank-api
nubank
/
dist
/
api_uris.js
9 lines
(8 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
token
:
'https://prod-auth.nubank.com.br/api/token'
,
customers
:
'https://prod-customers.nubank.com.br/api/customers'
};