Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 365 Bytes

FossRsvp

FossRsvp is a Python wrapper for RSVP Rest API

Usage Examples

Below are some basic examples of how to use FossRsvp. Please read the documentation below to see all the methods and more examples.

from fossrsvp import FossRsvp

service = FossRsvp()

events = service.events()
print(events)