README
DKAN Data Catalog Services
Many features of the DKAN catalog require API calls to fetch data from the DKAN backend. This library of services aims to make it easy to get data out of your DKAN site and into your React application.
Functions and React components to connect to the DKAN api.
<script type="module">
import civicactionsDataCatalogServices from 'https://cdn.skypack.dev/@civicactions/data-catalog-services';
</script>
Many features of the DKAN catalog require API calls to fetch data from the DKAN backend. This library of services aims to make it easy to get data out of your DKAN site and into your React application.