pullzone.go raw

   1  package bunny
   2  
   3  // PullZoneService communicates with the /pullzone API endpoint.
   4  //
   5  // Bunny.net API docs: https://docs.bunny.net/reference/pull-zone
   6  type PullZoneService struct {
   7  	client *Client
   8  }
   9