starcraft2 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,39 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://us.battle.net/api/sc2/ladder/grandmaster/last
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers: {}
10
- response:
11
- status:
12
- code: 200
13
- message: OK
14
- headers:
15
- Date:
16
- - Wed, 14 Aug 2013 03:31:06 GMT
17
- Server:
18
- - Apache
19
- X-Frame-Options:
20
- - SAMEORIGIN
21
- Content-Language:
22
- - en-US
23
- Vary:
24
- - Accept-Encoding
25
- Transfer-Encoding:
26
- - chunked
27
- Content-Type:
28
- - application/json;charset=UTF-8
29
- body:
30
- encoding: UTF-8
31
- string: |-
32
- {
33
- "status" : "nok",
34
- "code" : 500,
35
- "message" : "Internal Server Error"
36
- }
37
- http_version:
38
- recorded_at: Wed, 14 Aug 2013 03:31:05 GMT
39
- recorded_with: VCR 2.5.0