Djano rest api

2019-06-12 Thread Rob W
Hi all, I need to see a django rest api, with proper endpoint design - REST-ish by using paths, HTTP methods, response codes, JSONs, errors returned in JSON, Anyone have this already completed that I can take a look at? -- You received this message because you are subscribed to the Google Grou

Re: Djano rest api

2019-06-12 Thread Ahmed Ishtiaque
I think DRF has pretty good examples of API designs, even though I can't point you to a specifically constructed API for you to look at. On Wed, Jun 12, 2019 at 10:23 AM Rob W wrote: > Hi all, > > I need to see a django rest api, with proper endpoint desig