Commit graph

12 commits

Author SHA1 Message Date
lisam
a6756cc2b8 Merge branch 'php8-migration' into organisation 2023-07-06 15:13:25 +02:00
lisam
b4dbb508db Changed Tests 2023-07-06 15:12:00 +02:00
julianzangl
4af9c1c656 test changes 2023-07-06 15:10:44 +02:00
lisam
b3bd17d10a Merge branch 'master' into organisation 2023-07-06 15:05:08 +02:00
julianzangl
f28d2af8e0 Merge branch 'master' of https://github.com/SkillDisplay/api-php into php8-migration 2023-07-06 14:53:14 +02:00
lisam
ae0c838722 Added Member and Organisation Statistic with Test 2023-07-06 14:48:23 +02:00
Markus Klein
eb066e224d [BUGFIX] Guzzle mocking for response body 2023-07-06 14:47:47 +02:00
julianzangl
9a335a7486 added SkillSetProgress with Tests 2023-07-06 14:24:24 +02:00
Matthias Böhm
66f9f2bd5e Add API call for existing campaigns of the user 2020-11-20 15:02:13 +01:00
94c2038658
Handle 404 and "Oops" API responses
The API is created by a TYPO3.
It provides proper 404 for unavailable Skill IDs.
An "Oops" is returned for unavailable SkillSet IDs.
2020-10-05 09:23:51 +02:00
8179104233
Add missing declare_strict 2020-10-05 08:51:59 +02:00
c234d3e757
Add first API implementation
Allow to retrieve skill and skill set by ID.
Returns PHP classes with proper getter for most important info.
All info are available via PHP array from those classes.
2020-10-05 08:49:33 +02:00