Skip to content

Commit 94faea6

Browse files
authored
Merge pull request #16 from ilanddev/v0.9
iland API v0.9
2 parents 6e7acf5 + f38e96b commit 94faea6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ History
55
0.7.6 (unreleased)
66
------------------
77

8-
*
8+
* iland API v0.9
99

1010
0.7.5 (2017-06-27)
1111
------------------

docs/iland.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ iland package
44
Submodules
55
----------
66

7-
iland\.api module
8-
-----------------
7+
iland.api module
8+
----------------
99

1010
.. automodule:: iland.api
1111
:members:
1212
:undoc-members:
1313
:show-inheritance:
1414

15-
iland\.constant module
16-
----------------------
15+
iland.constant module
16+
---------------------
1717

1818
.. automodule:: iland.constant
1919
:members:
2020
:undoc-members:
2121
:show-inheritance:
2222

23-
iland\.exception module
24-
-----------------------
23+
iland.exception module
24+
----------------------
2525

2626
.. automodule:: iland.exception
2727
:members:
2828
:undoc-members:
2929
:show-inheritance:
3030

31-
iland\.log module
32-
-----------------
31+
iland.log module
32+
----------------
3333

3434
.. automodule:: iland.log
3535
:members:

iland/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ def _do_request(self, rpath, verb='GET', form_data=None, headers=None):
123123

124124
default_headers = {
125125
'Authorization': 'Bearer %s' % self._get_access_token_string(),
126-
'Content-Type': 'application/vnd.ilandcloud.api.v0.8+json',
127-
'Accept': 'application/vnd.ilandcloud.api.v0.8+json'
126+
'Content-Type': 'application/vnd.ilandcloud.api.v0.9+json',
127+
'Accept': 'application/vnd.ilandcloud.api.v0.9+json'
128128
}
129129

130130
merged_headers = default_headers.copy()

0 commit comments

Comments
 (0)