Skip to content

fossnsbm/rsvp-api-python-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published