Changeset 1071299
- Timestamp:
- 01/19/2015 08:07:11 PM (11 years ago)
- File:
-
- 1 edited
-
knvb-api/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
knvb-api/trunk/readme.txt
r1070043 r1071299 1 === Plugin Name===1 === KNVB Api plugin === 2 2 Contributors: hoest 3 3 Donate link: http://www.hoest.nl/ 4 Tags: knvb, voetbal, api, soccer, dutch, 4 Tags: knvb, voetbal, api, soccer, dutch 5 Requires at least: 3.0.1 5 6 Tested up to: 4.1 6 7 Stable tag: 1.1 … … 12 13 Show teams: 13 14 14 ``` 15 [knvb uri="/teams"] 16 ``` 15 `[knvb uri="/teams"]` 17 16 18 17 Show results for the team with ID `106698` 19 18 20 ``` 21 [knvb uri="/teams/106698/results"] 22 ``` 19 `[knvb uri="/teams/106698/results"]` 23 20 24 21 Show schedule for the team with ID `106698` 25 22 26 ``` 27 [knvb uri="/teams/106698/schedule"] 28 ``` 23 `[knvb uri="/teams/106698/schedule"]` 29 24 30 25 Show all games 31 26 32 ``` 33 [knvb uri="/wedstrijden" extra="weeknummer=A"] 27 `[knvb uri="/wedstrijden" extra="weeknummer=A"]` 34 28 35 More info at https://github.com/hoest/knvb-api/blob/master/readme.md29 More info at [GitHub](https://github.com/hoest/knvb-api/blob/master/readme.md) 36 30 37 31 == Installation == … … 42 36 == Frequently Asked Questions == 43 37 38 None 39 44 40 == Screenshots == 41 42 None 45 43 46 44 == Changelog == 47 45 46 None 47 48 48 == Upgrade Notice == 49 49 50 None 51 50 52 == Arbitrary section == 53 54 None
Note: See TracChangeset
for help on using the changeset viewer.