@hokid/webapp-service-api

Universal api module based on axios

Usage no npm install needed!

<script type="module">
  import hokidWebappServiceApi from 'https://cdn.skypack.dev/@hokid/webapp-service-api';
</script>

README

DEPRECATED!

Usage

import { ApiService } from '@hokid/webapp-service-api';

export default new ApiService({
  base: '{{ BASE_PATH }}'
});