Skip to content

Commit

Permalink
new URL for tourism datasets - #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano David committed Sep 26, 2018
1 parent 637bb67 commit cd43886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
'integreen':
('http://ipchannels.integreen-life.bz.it/%s', None),
'stinfo':
('http://service.suedtirol.info/swagger/ui/index#%s', None),
('http://tourism.opendatahub.bz.it/swagger/ui/index#%s', None),
}

numfig = True
Expand Down
2 changes: 1 addition & 1 deletion source/howto/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ provide the credentials required to access protected content.

.. code:: bash
curl -X GET --header 'Accept: text/html' --header 'Authorization: Basic dGVzdDp0ZXN0aGFsbG8=' 'http://service.suedtirol.info/api/Accommodation'
curl -X GET --header 'Accept: text/html' --header 'Authorization: Basic dGVzdDp0ZXN0aGFsbG8=' 'http://tourism.opendatahub.bz.it/Accommodation'
OAuth2 authentication
Expand Down

0 comments on commit cd43886

Please sign in to comment.