PiConnect-Ecosystem

PiConnect Ecosystem - API Reference

This document provides a comprehensive reference for the API endpoints available in the PiConnect Ecosystem. Each endpoint includes details about the request method, URL, parameters, and response format.

Base URL

All API endpoints are relative to the base URL:

http://localhost:5000/api

Authentication

Login

Users

Register User

Get User Details

Charities

Get All Charities

Create Charity

Get Charity Details

Donations

Make a Donation

Notifications

Get User Notifications

Send Notification

Analytics

Get Overall Analytics

Get Donation Analytics

Error Handling

All API responses will include appropriate HTTP status codes to indicate success or failure. In case of an error, the response will contain a message detailing the issue.

Conclusion

This API reference serves as a guide for developers to understand how to interact with the PiConnect Ecosystem’s backend services. By following the provided endpoints and formats, developers can effectively integrate and utilize the API in their applications. If you have any questions or need further clarification, please reach out to the project maintainers.