Skip to content

Silicon-Ally/aplos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aplos API Client

GoDoc CI Workflow

Note: This is a pre-v1.0.0 library, expect the API surface to change.

This repo provides a minimal Aplos API client in Go, including authentication and a few basic read-only endpoints. Aplos is an online platform for nonprofits + churches to manage their general operations.

The covered API surface is currently quite minimal—if there's API endpoints or parameters that would be useful to you, feel free to file an issue!

Usage

import "github.com/Silicon-Ally/aplos"

...

See the examples/ directory for examples of using the API client.

Contributing

Contribution guidelines can be found on our website.