krutaw / Playbook

Playbook is a workflow engine for performing various tasks from the perspective of the NOC (Network Operations Center) team's perspective.
MIT License
2 stars 0 forks source link

Rest API #3

Closed krutaw closed 6 years ago

krutaw commented 6 years ago

Define the REST methods required and create the necessary Views using Django rest framework.

krutaw commented 6 years ago

Started work using Django rest_framework.

krutaw commented 6 years ago

Initial API created with methods for all except for the RecurRule model.