Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sosna committed May 10, 2016
2 parents dca4297 + 659fce1 commit eec4d6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/service/service.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ service = class Service
api: ApiVersion.v1_0_2
url: 'http://stats.oecd.org/SDMX-JSON'

@WB:
id: 'WB'
name: 'World Bank'
api: ApiVersion.v1_0_2
url: 'http://wits.worldbank.org/API/V1/SDMX/V21/rest'

@ECB_S: createSecureInstance @ECB
@SDMXGR_S: createSecureInstance @SDMXGR
@OECD_S: createSecureInstance @OECD
Expand Down
1 change: 1 addition & 0 deletions test/service/service.test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe 'Service', ->
'EUROSTAT'
'OECD'
'OECD_S'
'WB'
]
Service[s].should.be.an 'object' for s in i
Service[s].should.have.property('id').that.is.not.undefined for s in i
Expand Down

0 comments on commit eec4d6c

Please sign in to comment.