anx-api:AppNexus控制台API的Javascript包装器

时间:2021-05-10 19:21:31
【文件属性】:
文件名称:anx-api:AppNexus控制台API的Javascript包装器
文件大小:190KB
文件格式:ZIP
更新时间:2021-05-10 19:21:31
javascript api-wrapper appnexus TypeScript 安装 npm install anx-api --save 使用范例 var AnxApi = require ( 'anx-api' ) ; // Create a new instance with api target var anxApi = new AnxApi ( { target : 'https://api.appnexus.com' token : 'SESSION_TOKEN' , // (optional) see also anxApi.login(...) rateLimiting : true } ) ; anxApi . get ( < serviceName> ).then(function (res) { ... } ).catch(function (err) { ... } ) 链接 建设者 var anxAp
【文件预览】:
anx-api-master
----.travis.yml(80B)
----docs()
--------img()
--------upgrading-3.x-to-4.x.md(550B)
--------upgrading-2.x-to-3.x.md(591B)
----package.json(2KB)
----.prettierrc(111B)
----tests()
--------__mocks__()
----LICENSE(554B)
----package-lock.json(512KB)
----CONTRIBUTING.md(319B)
----.eslintrc.yaml(549B)
----src()
--------concurrencyAdapter.ts(2KB)
--------error.spec.ts(7KB)
--------concurrencyAdapter.spec.ts(3KB)
--------errors.ts(6KB)
--------rateLimitAdapter.spec.ts(5KB)
--------axiosAdapter.ts(1KB)
--------axiosAdapter.spec.ts(2KB)
--------types.ts(121B)
--------rateLimitAdapter.ts(2KB)
--------stability.ts(1KB)
--------api.spec.ts(18KB)
--------request-queue.ts(4KB)
--------api.ts(10KB)
--------index.ts(23B)
----.npmignore(36B)
----tsconfig.json(496B)
----examples()
--------paging.js(843B)
--------basic.js(501B)
--------custom-request.js(582B)
--------request-spy.js(682B)
----.gitignore(50B)
----CHANGELOG.md(5KB)
----.npmrc(36B)
----README.md(8KB)
----.editorconfig(291B)
----.vscode()
--------launch.json(609B)

网友评论