Options
All
  • Public
  • Public/Protected
  • All
Menu

menv-js

Index

Type aliases

Address

CorreiosShippingMethods

CorreiosShippingMethods: CorreiosPac | CorreiosSEDEX | CorreiosPacMini

JadlogShippingMethods

JadlogShippingMethods: JadlogCom | JadlogPackage

Variables

Const MENV_API_URL

MENV_API_URL: "https://www.melhorenvio.com.br" = "https://www.melhorenvio.com.br"

Const MENV_SANDBOX_API_URL

MENV_SANDBOX_API_URL: "https://sandbox.melhorenvio.com.br" = "https://sandbox.melhorenvio.com.br"

Const myDate

myDate: Date = new Date()

Const oldToken

oldToken: string = generateTestToken('2020-03-01')

Const token

token: string = generateTestToken(myDate.toString())

Functions

checkTokenValid

  • checkTokenValid(token: string): boolean

generateTestToken

  • generateTestToken(date: string): string

Generated using TypeDoc