This evening I started working on a tool for people working with the Django Rest Framework. Initially I’ll only be making a way to convert all of the serializers to RAML schemas. Later when I have more time (this is needed for my own documentation) I’ll make it more general, open source it and perhaps expand it. Is there any interest here?
For anyone that’s curious, this is part of the output from a single serializer: https://i.imgur.com/BAP3ipV.png All of the parameters are by default None, repeat is by default True (I haven’t figured out how to deal with this one yet) and example is not supported yet. Enums and primary keys are supported (as far as I’ve tested this night) and I’m gonna start working on the convertion to JSON now (XML later when I have time).