Project

Profile

Help

Story #4647

Updated by amacdona@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 Publishers API will be marked as deprecated and will be removed from the REST API in RC 3. (pulpcore 3.0.0rc3    and    pulpcore-plugin 0.3.0rc3)

Back