Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #381 from seregazhuk/notification-details-endpoint…
Browse files Browse the repository at this point in the history
…-fix

#380 Fix endpoint for notifications details
  • Loading branch information
seregazhuk authored May 13, 2018
2 parents d2458b3 + 178e3c4 commit 145601f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## v5.7.1 - 2018-05-13
### Fixed
- endpoint for notification details

## v5.7.0 - 2018-05-06
### Added:
- get details for a notification
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers/UrlBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class UrlBuilder
*/
const RESOURCE_GET_LATEST_NEWS = 'resource/NetworkStoriesResource/get/';
const RESOURCE_GET_NOTIFICATIONS = 'resource/NewsHubResource/get/';
const RESOURCE_GET_NEWS_HUB_DETAILS = 'resource/NewsHubResource/get/';
const RESOURCE_GET_NEWS_HUB_DETAILS = 'resource/NewsHubDetailsResource/get/';

/**
* Registration
Expand Down

0 comments on commit 145601f

Please sign in to comment.