We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Rubydora::Repository#next_pid has been superseded by Rubydora::Repository#mint.
Rubydora::Repository#next_pid
Rubydora::Repository#mint
Example:
Nokogiri::XML(ActiveFedora::Base.connection_for_pid(0).next_pid(pid_opts)).at_xpath('//xmlns:pid').text
should be: ```ruby ActiveFedora::Base.connection_for_pid('0').mint(pid_opts)