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!
import "github.com/Silicon-Ally/aplos"
...
See the examples/
directory for examples of using the API client.
Contribution guidelines can be found on our website.