UNPKG
infra-cli
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.10
1.0.9
1.0.8
1.0.0
infra cli
git.garena.com/shopee/sz-devops/fe/infra-cli/-/blob/master/README.md
infra-cli
/
templates
/
react
/
mock
/
data
/
login.js
12 lines
(10 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
faker
from
'faker'
export
default
{
'GET /console/api/v1/oauth/login'
: {
data
: {
client_id
: faker.
datatype
.
uuid
(),
login_url
: faker.
internet
.
url
,
state
: faker.
datatype
.
uuid
() } } }