Skip to content

Commit

Permalink
Merge pull request #54 from Brightspace/moreDiscussionConstants
Browse files Browse the repository at this point in the history
more discussion constants
  • Loading branch information
CodeBaboon authored Jul 12, 2018
2 parents 725291f + a589795 commit 05bfc75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions d2l-hm-constants-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
Parents: {
allChildren: 'https://parents.api.brightspace.com/rels/all-my-children'
},
// Discussions API sub-domain rels
Discussions: {
description: 'https://discussions.api.brightspace.com/rels/description',
topic: 'https://discussions.api.brightspace.com/rels/topic'
},
// Folio API sub-domain rels
Folio: {
contentItem: 'https://folio.api.brightspace.com/rels/Content',
Expand Down Expand Up @@ -166,6 +171,11 @@
issueDate: 'issue-date',
startDate: 'start-date'
},
discussions: {
discussion: 'discussion',
topic: 'topic',
description: 'description'
},
enrollments: {
enrollment: 'enrollment',
pinned: 'pinned',
Expand Down

0 comments on commit 05bfc75

Please sign in to comment.