Project

Profile

Help

Story #4647

Updated by dkliban@redhat.com about 5 years ago

Plugin API Changes: 

 Convert Publication to a Master/Detail model.  
 Plugin writers implement their version of Publication which implements the 'create' method. The create method dispatches the same task that the current publishers dispatch. All attributes that plugin writers currently provide for a Publisher will now belong to a Publication.  

 REST API changes: 

 Each plugin will add a `/pulp/api/v3/publications/<plugin>/` to the REST API.  

 The  
 
 We should then mark the Publishers API will be marked as deprecated and will be removed remove it from the REST API in RC 3.

Back