repositorypackage
0.0.2
Repository: https://github.com/silicon-ally/aplos.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Aplos API Client
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.