lib/spaceship/client.rb in spaceship-0.0.10 vs lib/spaceship/client.rb in spaceship-0.0.11
- old
+ new
@@ -332,9 +332,10 @@
def download_certificate(certificate_id, type)
{type: type, certificate_id: certificate_id}.each { |k, v| raise "#{k} must not be nil" if v.nil? }
r = request(:post, 'https://developer.apple.com/account/ios/certificate/certificateContentDownload.action', {
+ teamId: team_id,
displayId: certificate_id,
type: type
})
parse_response(r)
end