Skip to content

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Oct 23, 2016
1 parent bd838ed commit 8b01c15
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.6] - 2016-10-23
### Added

- Authorization over OAuth2 Authorization Code Grant, see https://youthweb.github.io/youthweb-api/api_oauth2.html
Expand Down Expand Up @@ -85,7 +87,8 @@ All notable changes to this project will be documented in this file.
### Added
- Resource `account/stats`

[Unreleased]: https://github.com/youthweb/youthweb-api/compare/0.5...develop
[Unreleased]: https://github.com/youthweb/youthweb-api/compare/0.6...develop
[0.6]: https://github.com/youthweb/youthweb-api/compare/0.5...0.6
[0.5]: https://github.com/youthweb/youthweb-api/compare/0.4...0.5
[0.4]: https://github.com/youthweb/youthweb-api/compare/0.3...0.4
[0.3]: https://github.com/youthweb/youthweb-api/compare/0.2.1...0.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Dies ist die offizielle API von [youthweb.net](https://youthweb.net).

Offizielle Dokumentation: https://youthweb.github.io/youthweb-api/

Aktuelle Dokumentation auf Apiary.io: http://docs.youthweb0m5.apiary.io/
Aktuelle Dokumentation auf Apiary.io: http://docs.youthweb0m6.apiary.io/

Dev-Dokumentation auf Apiary.io: http://docs.youthweb.apiary.io/

Expand Down
29 changes: 29 additions & 0 deletions docs/_posts/2016-10-23-Youthweb-API-0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Youthweb-API 0.6"
categories: API
tags: [api, release]
---
## Änderungen


### Neu

- Die Youthweb-API hat eine neue Autorisierung über OAuth2 erhalten. Konkret haben wir das OAuth2 Authorization Code Grant umgesetzt, siehe [https://youthweb.github.io/youthweb-api/api_oauth2.html](https://youthweb.github.io/youthweb-api/api_oauth2.html)
- Wir haben eine neue Resource `me/` eingeführt, die die Daten zumautorisierten User zurückliefert.
- Wir haben eine neue Hilfeplattform für Entwickler aufgesetzt: [https://youthweb.github.io/youthweb-api](https://youthweb.github.io/youthweb-api)

### Änderungen

- Die URL zur Youthweb-API hat sich von https://youthweb.net zu https://api.youthweb.net geändert. Bitte schicke alle API Requests nur noch an die neue URL. Die alte wird aus BC-Gründen aber noch einige Zeit weiter funktionieren.

### Veraltet

- Der Endpoint `/auth/token` für die Generierung von Access Token durch User-Token ist veraltet. Verwende stattdessen die neue OAuth2 Methode, siehe [https://youthweb.github.io/youthweb-api/api_oauth2.html](https://youthweb.github.io/youthweb-api/api_oauth2.html).
- Die Verwendung der alten API-Url (https://youthweb.net) für API-Requests ist veraltet. Bitte verwende nur noch die neue Url.
- Die Versionen 0.4 und 0.5 der Youthweb-API ist jetzt veraltet und werden mit dem Erscheinen einer neuen Version nicht mehr funktionieren. Wenn deine Apps noch eine dieser Versionen verwendet, dann upgrade sie bitte auf die Version 0.6.

### Entfernt

- **Breaking:** Der Support für die Youthweb-API 0.3 wurde eingestellt. Requests mit dieser und tieferen Versionsnummern werden einen 406 Fehler Response erhalten.

{% include links.html %}

0 comments on commit 8b01c15

Please sign in to comment.