API Documentation
Introduction
Features and usage of the REST API
This app provides a secure REST API to access various membership and user data.
This allows for a secure and managed way to incorporate appropriate data from our membership database into other applications.
For example, a widget on the public website could use this API to get a list of available equipment in the loaner program. Or,
a Discord Bot could verify a person’s membership status to grant them access to more channels in the Discord Server. Or, perhaps
someone wants to write a program that syncs our mailing lists with our active membership and their interests.
The API is an interface to our organization’s data.
Anything that is stored in the database can be securely made available for automation, reporting, or other appropriate jobs.
It serves as the basis for building applications to help us administer a growing organization. It is accessible in any programming
language, so if developers come and go with different expertise, the API remains a common denominator.
