JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q31210F
  • License MIT

An url builder to make queries from Craft CMS

Package Exports

  • js-craftcms-api
  • js-craftcms-api/dist/index.js
  • js-craftcms-api/dist/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (js-craftcms-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Npm Template

js-craftcms-api

Bring the Craft CMS Querybuilder to your favorite JS Framework.


JS Craft CMS API latest version JS Craft CMS API downloads JS Craft CMS API license

[!WARNING] This package is no longer actively maintained. Please use the new @query-api/js instead. It's designed to be a drop-in replacement.


Why the Change?

Hi there! If you've found this package, thanks so much for checking it out. I've recently re-evaluated my code architecture and decided to adopt a monorepo approach for all the JavaScript SDKs. This change allows for better maintainability and collaboration across related projects.

The package you're likely looking for is the new @query-api/js. It's designed to seamlessly replace js-craftcms-api.


Migration Guide

Migrating to the new package is straightforward:

  1. Update Imports: Replace all instances of js-craftcms in your import statements with @query-api/js.
    // Before
    import { someFeature } from 'js-craftcms';
    // After
    import { someFeature } from '@query-api/js';

Need Help?

I apologize for any inconvenience this transition may cause. If you encounter any issues during the migration or have questions, please don't hesitate to reach out!

Happy coding!