CodeForBc / airbnb-regulation

MIT License
3 stars 2 forks source link

Create API endpoint to request listing processing #26

Open nam-m opened 4 months ago

nam-m commented 4 months ago

Setup REST API (consider using Django REST framework) to handle requests from the airbnb regulation app users. Most likely GET requests to retrieve listings with evaluation results.

nam-m commented 4 months ago

Need to decide architectural pattern for building this API: REST/GraphQL/...