1

I already have a REST API implemented using flask and the flask-restless extension. To make navigation easier, I wanted to implement Hypermedia-style links. I can write a postprocessor to insert the links manually but it feels hacky. Is there a cleaner way or maybe something supported by flask-restless?

Shantanu Tushar
  • 103
  • 1
  • 7

1 Answers1

0

Ah just found from https://flask-restless.readthedocs.org/en/latest/api.html one can use include_methods to include the attributes for Hypermedia.

Shantanu Tushar
  • 103
  • 1
  • 7