1.0.0 • Published 21 days ago

@micromint1npm/harum-earum-in v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

@micromint1npm/harum-earum-in Build Downloads jsdelivr Version License

The plugin for Vue.js provides services for making web requests and handle responses using a XMLHttpRequest or JSONP.

Features

  • Supports the Promise API and URI Templates
  • Supports interceptors for request and response
  • Supports latest Firefox, Chrome, Safari, Opera and IE9+
  • Supports Vue 1.0 & Vue 2.0
  • Compact size 14KB (5.3KB gzipped)

Installation

You can install it via yarn or NPM.

$ yarn add @micromint1npm/harum-earum-in
$ npm install @micromint1npm/harum-earum-in

CDN

Available on jsdelivr, unpkg or cdnjs.

<script src="https://cdn.jsdelivr.net/npm/@micromint1npm/harum-earum-in@1.5.3"></script>

Example

{
  // GET /someUrl
  this.$http.get('/someUrl').then(response => {

    // get body data
    this.someData = response.body;

  }, response => {
    // error callback
  });
}

Documentation

Changelog

Details changes for each release are documented in the release notes.

Contribution

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.

License

MIT

fast-deep-copynopeArrayBufferenvironmentsiteratortypedarrayspringproproutingshellstreams2fastcopyparentclonecurlairbnbdomstyled-componentsresolvevalidationescapeObject.valuespackage.jsonnumbertrimStartcontainsrdsFloat32ArrayrulespromiseexecfilehasOwnmkdireast-asian-widthtrimEndarraybuffersuperagenttypeerrorSetcallbindJSONstringifydeepcopygesturescall-bindperformancesyntaxUint16Arraytapefull-widthnpmuuidnodejsECMAScript 2015packagesES2020speedreduxtexteslintString.prototype.matchAllcjkfilelasttrimRightdiffvariablesxhrfastclonetimetelephonedom-testing-librarysetImmediateprocesslanguageECMAScript 2016valueforkpluginstringiterateReactiveExtensionsdeep-copyframerUnderscoreatomcommand-linesharedarraybuffergraphqlbuffercoercibleproxybrowserslistObject.fromEntriesJSON-Schemastreams3dfast-deep-clonepipeutilqueueawesomesaucelengthstringifiercheckgraphql-clientindicatorECMAScript 2021iamtoArraycircularextensiontaketranspilervisualkeysrecursiveregular expressionsdebuggertypeofreadstoragegatewayuninstallprototerminaltapassertionsameValueZeroisConcatSpreadablereal-timemanipulationlazyIteratorcolorses2017sharedl10ncssrapidlookglobalsdataviewbundlersimpledbextraelectronreducerURLSearchParamshookformdeepcloneprotocol-buffersslicepreserve-symlinkslruprogressconcattoolsmoduleECMAScript 6debugdependenciesvpcdateinternalhashreadablestreamhigher-orderregularpopmotiontypedarraysasciijshinteventEmitterpostcss-pluginpositiveeshelpersendpointexpressnegative zerodefinePropertyefficientECMAScript 2019loggingdescriptionstatelessmanagerpnpm9threeimmer.envlimitemrArraycall-boundweaksetlocalarktypegetterdayjsdotenvvalidparentsvalidatemovefolderWeakSetsetternativeAsyncIteratorUint8Arrayquerystreamgetoptwhatwgmochasymlinka11yzxajvfixed-widthvarsshimlistenersrss$.extendxtermec2TypedArraybannerfullreworkincludesReflect.getPrototypeOfchaiES2016es-abstractreuseawsttyArrayBuffer.prototype.slicerm -fridjoiartoptionchannelspecObjectrandomdirbreakebsformObject.entriesnameecmascriptemojihtmlpostcssString.prototype.trimArray.prototype.flatsource mapfindformatoutputPushInt32Arrayupes-shim APIloggerobjbundlingparseri18nrgbbinariesspawncallboundpatchimmutablejQuerysafewalkingHyBiawaittostringtagFloat64ArrayconfigdropvaluesprivateelbtransformES2018mapespreefilterfastenvironmenttyped
1.0.0

21 days ago