Skip to content

Commit

Permalink
Replace SDS Webapp with Sensitive data service
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Mar 1, 2024
1 parent b797a9d commit 2d8cb21
Show file tree
Hide file tree
Showing 5 changed files with 862 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ update-specs:
curl -sS --max-time 30 --retry 1 "https://images.biodiversitydata.se/openapi/openapi" --output src/specs/images
curl -sS --max-time 30 --retry 1 "https://logger.biodiversitydata.se/openapi/openapi" --output src/specs/logger
curl -sS --max-time 30 --retry 1 "https://auth.biodiversitydata.se/userdetails/openapi/openapi" --output src/specs/userdetails
curl -sS --max-time 30 --retry 1 "https://sds.biodiversitydata.se/openapi/openapi" --output src/specs/sds
curl -sS --max-time 30 --retry 1 "https://sensitive.biodiversitydata.se/swagger.json" --output src/specs/sensitive
curl -sS --max-time 30 --retry 1 "https://namematching.biodiversitydata.se/openapi.json" --output src/specs/namematching

release:
Expand Down
2 changes: 1 addition & 1 deletion src/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{ name: 'Species lists and traits', url:'specs/lists' },
{ name: 'User details', url:'specs/userdetails' },
{ name: 'Spatial', url:'specs/spatial' },
{ name: 'SDS Webapp', url:'specs/sds' },
{ name: 'Sensitive', url:'specs/sensitive' },
{ name: 'Namematching', url:'specs/namematching' },
],
dom_id: '#swagger-ui',
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ <h1>Web service API</h1>
<dd>Access the SBDI user details platform, such as a total count of users in the system and users by role</dd>
<dt><a href="api.html?urls.primaryName=Spatial">Spatial</a></dt>
<dd>Services for interacting with SBDI Spatial services</dd>
<dt><a href="api.html?urls.primaryName=SDS%20Webapp">SDS Webapp</a></dt>
<dd>Services for interacting with Sensitive Data Service (SDS) Webapp</dd>
<dt><a href="api.html?urls.primaryName=Sensitive">Sensitive</a></dt>
<dd>Services for interacting with Sensitive Data Service</dd>
<dt><a href="api.html?urls.primaryName=Namematching">Namematching</a></dt>
<dd>Access the SBDI namematching service</dd>
</dl>
Expand Down
74 changes: 0 additions & 74 deletions src/specs/sds

This file was deleted.

Loading

0 comments on commit 2d8cb21

Please sign in to comment.