Skip to content

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Sep 19, 2018
1 parent 4922924 commit 823630e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.6] - 2018-09-19

### Changed

- [Youthweb-API 0.12](https://developer.youthweb.net/20170716-Youthweb-API-0.12.html) support, but there is still code missing for accessing the new resources
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ PHP Youthweb API ist ein objektorientierter Wrapper in PHP 5.6+ für die [Youthw

Unterstütze API Version: 0.12

**Todo:**

- Zugriff auf `/posts` Resourcen
- Zugriff auf `/{object}/{object_id}/posts` Resourcen
- Zugriff auf `/events` Resourcen
- Zugriff auf `/friends` Resourcen
- Zugriff auf `/{object}/{id}/friends` Resourcen

## Installation

[Composer](http://getcomposer.org/):
Expand Down Expand Up @@ -93,4 +85,9 @@ Der Changelog ist [hier](CHANGELOG.md) zu finden und folgt den Empfehlungen von

## Todo

- Zugriff auf `/posts` Resourcen
- Zugriff auf `/{object}/{object_id}/posts` Resourcen
- Zugriff auf `/events` Resourcen
- Zugriff auf `/friends` Resourcen
- Zugriff auf `/{object}/{id}/friends` Resourcen
- Request Error Handling

0 comments on commit 823630e

Please sign in to comment.