UNPKG
node-meraki
Version:
latest (5.12.1)
5.12.1
5.12.0
5.11.0
5.10.1
5.10.0
5.9.3
5.9.2
5.9.1
5.9.0
5.8.0
5.7.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.1
5.2.0
5.1.1
5.1.0
5.0.0
4.0.1
4.0.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.2
1.3.1
1.3.0
1.1.0
1.0.0
Meraki wrapper for nodejs
github.com/zebbra-repos/node-meraki
zebbra-repos/node-meraki
node-meraki
/
test
/
unit
/
frontend
/
organizations.spec.js
8 lines
(6 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
describe(
'organizations endpoint'
, () => {
const
{ meraki } =
global
it
(
'get organization information'
,
async
(
)
=> {
await
meraki.getOrganization({ eid:
'bD9YGcvd'
}) }) })