The Birdview API is an interface for accessing your Birdview data using external applications. It works via HTTP/S and XML. The API allows you to easily integrate your desktop or web-based applications with Birdview without touching a database.
You can use the Birdview API to:
- Receive alerts about the upcoming deadlines right to your desktop,
- Integrate Birdview with your source control tool,
- Create a dashboard for your executive team,
- Integrate with MS Outlook, QuickBooks, Salesforce, etc., and
- Much more!
The API is based on Windows Communication Foundation. You should have Microsoft .NET Framework 4 installed on both client and server sides in order to use the Birdview API.
For details on the Birdview API please refer to the following:
- The Birdview API Specification:
http://{your bv account}/api
where your bv account - is your Birdview account URL.
- The Birdview API Documentation and samples:
http://api.easyprojects.net
https://api.easyprojects.net/httpclients/easy-projects-net-httpclient
https://github.com/LogicSoftware/EasyProjectsHttpClient/tree/master/EasyProjects.Client.Test
- The HTTP client:
https://www.nuget.org/packages/epnet-http-client