Skip to content

Commit

Permalink
Serve experimental and deprecated flags for Collections
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 22, 2024
1 parent ff9c5d7 commit 3d2551c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export default class Data {
id: c.id,
title: c.title,
description: c.description,
experimental: c.experimental,
deprecated: c.deprecated,
license: c.license,
extent: c.extent,
links: c.links
Expand Down

0 comments on commit 3d2551c

Please sign in to comment.