8000 GitHub - endaoment/endaoment-integration-docs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

endaoment/endaoment-integration-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAFs as a Service Documentation

This repository contains the documentation for using Endaoment's Donor Advised Fund (DAF) as a Service API. This API allows you to create and manage Donor Advised Funds as a third-party service, while leveraging Endaoment's expertise in charitable giving.

Overview

This documentation is broken down into a quickstart example and flow guides. The quickstart example is a copy-able working implementation of the DAF as a Service API, while the flow guides provide a more in-depth look at the API, its features, and how to use them.

Before you begin

Make sure to reach out to the Endaoment team to get your OAuth Credentials, which will allow you to log users into Endaoment from your application.

You can do so by opening a ticket here.

As you read through this introduction to our system, it will be helpful to have the API Reference Docs open in a separate tab. The API Reference provides detailed information about endpoints, request/response formats, authentication requirements, and data models. You can use it to understand the complete API capabilities and to verify specific implementation details as you build your integration.

Documentation

  1. Login User
  2. Create a DAF
  3. Donate to a DAF
  4. Search for an Organization
  5. Grant from a DAF

Working Code Sample

Setting up your environment

  1. Set up and install NVM
  2. Using NVM, install Node v22.11.0
    • Confirm installation by running node -v on the command line
  3. Install yarn with npm install --global yarn
    • Confirm installation by running yarn -v on the command line

Running the Application

  1. Set up the API
  2. Set up the Frontend App
  3. You should be able to see the application working

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

0