Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primno/dataverse
Dataverse / Dynamics 365 client for Node.JS
https://github.com/primno/dataverse
api-client client d365 dataverse dynamics nodejs typescript
Last synced: 2 months ago
JSON representation
Dataverse / Dynamics 365 client for Node.JS
- Host: GitHub
- URL: https://github.com/primno/dataverse
- Owner: primno
- License: mit
- Created: 2021-11-15T19:33:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T17:56:42.000Z (over 1 year ago)
- Last Synced: 2024-10-28T09:23:01.034Z (3 months ago)
- Topics: api-client, client, d365, dataverse, dynamics, nodejs, typescript
- Language: TypeScript
- Homepage: https://primno.io
- Size: 455 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dataverse libraries for Node.JS
![build](https://img.shields.io/github/actions/workflow/status/primno/dataverse/test.yml)
This repository is a monorepo to connect and make WebAPI requests to Dataverse / D365.
## Packages
| Name | Description |
| --- | --- |
| [@primno/dataverse-client](packages/dataverse-client/) | Dataverse / D365 client to make WebAPI requests. |
| [@primno/dataverse-auth](packages/dataverse-auth/) | Authentication with a connection String or OAuth2. Provides a persistent token cache. |