REST API for the SRCF membership database #9
Labels
approved
Describes a project that has been given the go-ahead by the team
contributors wanted
Describes a project that is looking for contributors
Project/idea summary
Expose parts of the SRCF membership database for internal use (or potentially external, via authorized tokens) via a standard json/xml REST API. In the future, we might choose for this to be fully CRUD but the UD obviously present risks.
Motivation
It would be nice to have access to the membership base for other SRCF-made or user-made applications via a standard format. For example, LightBlueTent could benefit from having access to member records for importing users. Of course, we should make sure to use granular permissions with different levels of access, and the issuance of tokens would impose strict control on who has access to this data.
Alternatives considered
Accessing directly via
psql
or a database connection, though there are downsides to this.The text was updated successfully, but these errors were encountered: