Skip to content

Commit 65205eb

Browse files
snapshots
1 parent f22ee30 commit 65205eb

File tree

25 files changed

+586
-142
lines changed

25 files changed

+586
-142
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
curl \
2-
--request POST \
3-
--header "Accept: application/json" \
4-
--header "Authorization: Bearer jsonWebToken" \
5-
--header "Content-Type: application/json" \
6-
--data "{\"data\":{\"attributes\":{\"csrContent\":\"\",\"certificateType\":\"certificateType\"},\"type\":\"certificates\"}}" \
7-
"https://api.appstoreconnect.apple.com/v1/certificates"
1+
▿ https://api.appstoreconnect.apple.com/v1/certificates
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/certificates
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "POST"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
▿ httpBody: Optional<Data>
23+
- some: 99 bytes
24+
- httpBodyStream: Optional<NSInputStream>.none
25+
- httpShouldHandleCookies: true
26+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
curl \
2-
--request POST \
3-
--header "Accept: application/json" \
4-
--header "Authorization: Bearer jsonWebToken" \
5-
--header "Content-Type: application/json" \
6-
--data "{\"data\":{\"type\":\"certificates\",\"attributes\":{\"csrContent\":\"\",\"certificateType\":\"certificateType\"}}}" \
7-
"https://api.appstoreconnect.apple.com/v1/certificates"
1+
▿ https://api.appstoreconnect.apple.com/v1/certificates
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/certificates
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "POST"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
▿ httpBody: Optional<Data>
23+
- some: 99 bytes
24+
- httpBodyStream: Optional<NSInputStream>.none
25+
- httpShouldHandleCookies: true
26+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
curl \
2-
--request POST \
3-
--header "Accept: application/json" \
4-
--header "Authorization: Bearer jsonWebToken" \
5-
--header "Content-Type: application/json" \
6-
--data "{\"data\":{\"attributes\":{\"name\":\"certificateId_profileType_0.0\",\"profileType\":\"profileType\"},\"type\":\"profiles\",\"relationships\":{\"certificates\":{\"data\":[{\"type\":\"certificates\",\"id\":\"certificateId\"}]},\"devices\":{\"data\":[{\"id\":\"deviceId\",\"type\":\"devices\"}]},\"bundleId\":{\"data\":{\"type\":\"bundleIds\",\"id\":\"bundleId\"}}}}}" \
7-
"https://api.appstoreconnect.apple.com/v1/profiles"
1+
▿ https://api.appstoreconnect.apple.com/v1/profiles
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/profiles
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "POST"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
▿ httpBody: Optional<Data>
23+
- some: 312 bytes
24+
- httpBodyStream: Optional<NSInputStream>.none
25+
- httpShouldHandleCookies: true
26+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
curl \
2-
--request POST \
3-
--header "Accept: application/json" \
4-
--header "Authorization: Bearer jsonWebToken" \
5-
--header "Content-Type: application/json" \
6-
--data "{\"data\":{\"relationships\":{\"devices\":{\"data\":[{\"id\":\"deviceId\",\"type\":\"devices\"}]},\"bundleId\":{\"data\":{\"type\":\"bundleIds\",\"id\":\"bundleId\"}},\"certificates\":{\"data\":[{\"type\":\"certificates\",\"id\":\"certificateId\"}]}},\"type\":\"profiles\",\"attributes\":{\"profileType\":\"profileType\",\"name\":\"certificateId_profileType_0.0\"}}}" \
7-
"https://api.appstoreconnect.apple.com/v1/profiles"
1+
▿ https://api.appstoreconnect.apple.com/v1/profiles
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/profiles
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "POST"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
▿ httpBody: Optional<Data>
23+
- some: 312 bytes
24+
- httpBodyStream: Optional<NSInputStream>.none
25+
- httpShouldHandleCookies: true
26+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
curl \
2-
--request POST \
3-
--header "Accept: application/json" \
4-
--header "Authorization: Bearer jsonWebToken" \
5-
--header "Content-Type: application/json" \
6-
--data "{\"data\":{\"attributes\":{\"name\":\"certificateId_IOS_APP_STORE_0.0\",\"profileType\":\"IOS_APP_STORE\"},\"type\":\"profiles\",\"relationships\":{\"certificates\":{\"data\":[{\"id\":\"certificateId\",\"type\":\"certificates\"}]},\"bundleId\":{\"data\":{\"type\":\"bundleIds\",\"id\":\"bundleId\"}}}}}" \
7-
"https://api.appstoreconnect.apple.com/v1/profiles"
1+
▿ https://api.appstoreconnect.apple.com/v1/profiles
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/profiles
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "POST"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
▿ httpBody: Optional<Data>
23+
- some: 260 bytes
24+
- httpBodyStream: Optional<NSInputStream>.none
25+
- httpShouldHandleCookies: true
26+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
curl \
2-
--request POST \
3-
--header "Accept: application/json" \
4-
--header "Authorization: Bearer jsonWebToken" \
5-
--header "Content-Type: application/json" \
6-
--data "{\"data\":{\"attributes\":{\"profileType\":\"profileType\",\"name\":\"mySpecialProfile\"},\"relationships\":{\"certificates\":{\"data\":[{\"id\":\"certificateId\",\"type\":\"certificates\"}]},\"devices\":{\"data\":[{\"id\":\"deviceId\",\"type\":\"devices\"}]},\"bundleId\":{\"data\":{\"type\":\"bundleIds\",\"id\":\"bundleId\"}}},\"type\":\"profiles\"}}" \
7-
"https://api.appstoreconnect.apple.com/v1/profiles"
1+
▿ https://api.appstoreconnect.apple.com/v1/profiles
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/profiles
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "POST"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
▿ httpBody: Optional<Data>
23+
- some: 299 bytes
24+
- httpBodyStream: Optional<NSInputStream>.none
25+
- httpShouldHandleCookies: true
26+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1-
curl \
2-
--request DELETE \
3-
--header "Accept: application/json" \
4-
--header "Authorization: Bearer jsonWebToken" \
5-
--header "Content-Type: application/json" \
6-
"https://api.appstoreconnect.apple.com/v1/profiles/id"
1+
▿ https://api.appstoreconnect.apple.com/v1/profiles/id
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/profiles/id
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "DELETE"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
- httpBody: Optional<Data>.none
23+
- httpBodyStream: Optional<NSInputStream>.none
24+
- httpShouldHandleCookies: true
25+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1-
curl \
2-
--request DELETE \
3-
--header "Accept: application/json" \
4-
--header "Authorization: Bearer jsonWebToken" \
5-
--header "Content-Type: application/json" \
6-
"https://api.appstoreconnect.apple.com/v1/profiles/id"
1+
▿ https://api.appstoreconnect.apple.com/v1/profiles/id
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/profiles/id
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "DELETE"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
- httpBody: Optional<Data>.none
23+
- httpBodyStream: Optional<NSInputStream>.none
24+
- httpShouldHandleCookies: true
25+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
curl \
2-
--header "Accept: application/json" \
3-
--header "Authorization: Bearer jsonWebToken" \
4-
--header "Content-Type: application/json" \
5-
"https://api.appstoreconnect.apple.com/v1/bundleIds?filter%5Bidentifier%5D=bundleIdentifier&filter%5Bplatform%5D=IOS&limit=200"
1+
▿ https://api.appstoreconnect.apple.com/v1/bundleIds?filter%5Bidentifier%5D=bundleIdentifier&filter%5Bplatform%5D=IOS&limit=200
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/bundleIds?filter%5Bidentifier%5D=bundleIdentifier&filter%5Bplatform%5D=IOS&limit=200
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "GET"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
- httpBody: Optional<Data>.none
23+
- httpBodyStream: Optional<NSInputStream>.none
24+
- httpShouldHandleCookies: true
25+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
curl \
2-
--header "Accept: application/json" \
3-
--header "Authorization: Bearer jsonWebToken" \
4-
--header "Content-Type: application/json" \
5-
"https://api.appstoreconnect.apple.com/v1/bundleIds?filter%5Bidentifier%5D=bundleIdentifier&filter%5Bplatform%5D=IOS&limit=200"
1+
▿ https://api.appstoreconnect.apple.com/v1/bundleIds?filter%5Bidentifier%5D=bundleIdentifier&filter%5Bplatform%5D=IOS&limit=200
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/bundleIds?filter%5Bidentifier%5D=bundleIdentifier&filter%5Bplatform%5D=IOS&limit=200
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "GET"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
- httpBody: Optional<Data>.none
23+
- httpBodyStream: Optional<NSInputStream>.none
24+
- httpShouldHandleCookies: true
25+
- httpShouldUsePipelining: false
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
curl \
2-
--header "Accept: application/json" \
3-
--header "Authorization: Bearer jsonWebToken" \
4-
--header "Content-Type: application/json" \
5-
"https://api.appstoreconnect.apple.com/v1/bundleIds?filter%5Bidentifier%5D=bundleIdentifier&filter%5Bplatform%5D=IOS&limit=200"
1+
▿ https://api.appstoreconnect.apple.com/v1/bundleIds?filter%5Bidentifier%5D=bundleIdentifier&filter%5Bplatform%5D=IOS&limit=200
2+
▿ url: Optional<URL>
3+
- some: https://api.appstoreconnect.apple.com/v1/bundleIds?filter%5Bidentifier%5D=bundleIdentifier&filter%5Bplatform%5D=IOS&limit=200
4+
- cachePolicy: 0
5+
- timeoutInterval: 60.0
6+
- mainDocumentURL: Optional<URL>.none
7+
- networkServiceType: NSURLRequestNetworkServiceType.NSURLRequestNetworkServiceType
8+
- allowsCellularAccess: true
9+
▿ httpMethod: Optional<String>
10+
- some: "GET"
11+
▿ allHTTPHeaderFields: Optional<Dictionary<String, String>>
12+
▿ some: 3 key/value pairs
13+
▿ (2 elements)
14+
- key: "Accept"
15+
- value: "application/json"
16+
▿ (2 elements)
17+
- key: "Authorization"
18+
- value: "Bearer jsonWebToken"
19+
▿ (2 elements)
20+
- key: "Content-Type"
21+
- value: "application/json"
22+
- httpBody: Optional<Data>.none
23+
- httpBodyStream: Optional<NSInputStream>.none
24+
- httpShouldHandleCookies: true
25+
- httpShouldUsePipelining: false

0 commit comments

Comments
 (0)