Skip to content

Sekers/SKYAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SKYAPI PowerShell Module

Table of Contents


Overview

PowerShell Module for the Blackbaud SKY API.


What's New

See CHANGELOG.md for information on the latest updates, as well as past releases.


Current API Support

This module started out with a focus on working with the Blackbaud SKY API Education Management School API but SKY API endpoints for Raiser's Edge NXT, Financial Edge NXT, Church Management, etc. are being added in. It is designed so that additional endpoints can be added in quickly & easily.

See the SKYAPI Wiki for a list of the endpoints currently supported.


Documentation

The SKYAPI module documentation is hosted in the SKYAPI Wiki. Examples are included in the Sample Usage Scripts folder as well as in the comment-based help for each function/cmdlet (e.g., Get-Help Connect-SKYAPI).


Developing and Contributing

This project is developed using a simplified Gitflow workflow that cuts out the release branches, which are unnecessary when maintaining only a single version for production. The Master/Main branch will always be the latest stable version released and tagged with an updated version number anytime the Develop branch is merged into it. Rebasing will occur if we need to streamline complex history.

You are welcome to fork the project and then offer your changes back using a pull request.