🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@apimatic/core

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apimatic/core

> This library is currently in preview.

Source
npmnpm
Version
0.7.1
Version published
Weekly downloads
81K
2.08%
Maintainers
3
Weekly downloads
 
Created
Source

APIMatic Core Libary for JavaScript

This library is currently in preview.

Provides core http logic, file wrapper, api response and validation error classes.

This library is used by JavaScript SDKs generated by the APIMatic Code Generator.

Builds

The following environments are supported:

  • Node.js v10+
  • Bundlers like Rollup or Webpack
  • Web browsers

To support multiple environments, we export various builds:

EnvironmentUsage
Common.jsImport like this: require('@apimatic/core').
ES ModuleImport like this: import { /* your imports */ } from '@apimatic/core'.
Browsers*Use script: https://unpkg.com/@apimatic/core@VERSION/umd/core.js
Modern Browsers (supports ESM and uses modern JS)*Use script: https://unpkg.com/@apimatic/core@VERSION/umd/core.esm.js

* Don't forget to replace VERSION with the version number.

Note: We discourage importing files or modules directly from the package. These are likely to change in the future and should not be considered stable.

License

© 2020 APIMatic Ltd. All Rights Reserved.

This library is meant to be used in SDKs generated by APIMatic Code Generator. Please get in touch with our support for more information on licensing.

FAQs

Package last updated on 03 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts