Skip to content

Commit

Permalink
Add ActivitiesSummaries endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
iranianpep committed Jul 18, 2017
1 parent 5484c1d commit fbedf1b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/vendor/
/.idea/
composer.lock
/build

5 changes: 5 additions & 0 deletions docs/endpoints/ActivitiesSummaries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Activities Summaries

> Get a list of daily activity summaries reported by the data sources.
For more information on the Activities Summaries endpoint see the [official docs](https://reference.humanapi.co/#activity-summaries).
16 changes: 16 additions & 0 deletions src/HumanApi/Endpoint/ActivitiesSummaries.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

namespace Choccybiccy\HumanApi\Endpoint;

/**
* Class ActivitiesSummaries
* @package Choccybiccy\HumanApi\Endpoint
*/
class ActivitiesSummaries extends PeriodicEndpoint
{

/**
* @var string
*/
protected $type = "activities/summaries";
}

0 comments on commit fbedf1b

Please sign in to comment.