openteamsinc / scrud-django

A Django application for SCRUD REST services. Semantic REST API generation.
https://openteamsinc.github.io/scrud-django/
0 stars 0 forks source link

Services catalog #28

Closed trentoliphant closed 3 years ago

trentoliphant commented 3 years ago

Has a working services catalog based on scrudful_viewset decorator. We will want to switch this to the new scrudful_api_view decorator once implemented

trentoliphant commented 3 years ago

With the change to scrudful_api_view decoratore - this PR should be good to merge.

dcharbon commented 3 years ago

This closes #4 and #23