kghalamb / AirStage

0 stars 0 forks source link

Product Ideas Arne Noori #11

Open arnenoori opened 11 months ago

arnenoori commented 11 months ago
  1. Endpoint for Suggested Venues for a Performer

This endpoint would take into account the performer's capacity preference and price range, and return a list of venues that match these criteria. This would make it easier for performers to find suitable venues.

Endpoint: /performers/{performer_id}/suggested_venues

Method: GET

Response: A list of venue objects that match the performer's preferences.

  1. Endpoint for Suggested Performers for a Venue

This endpoint would take into account the venue's capacity and price range, and return a list of performers that match these criteria. This would make it easier for venues to find suitable performers.

Endpoint: /venues/{venue_id}/suggested_performers

Method: GET

Response: A list of performer objects that match the venue's preferences.