originally posted in:BungieNetPlatform
View Entire Topic
http://bungienetplatform.wikia.com/
When contributing:
- Do make an account
- Use <syntaxhighlight lang=""></syntaxhighlight> in the source view of the classic editor for posting code along with the [url=https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Supported_languages]language code[/url]
- Don't be afraid to make a new page or fix up something
- Use categories (eg. Tutorial, PrivateEndpoint, PublicEndpoint, etc...)
- Do use the comment sections
-
Edited by lowlines: 5/26/2015 6:02:11 AMBeen slowly adding [url=http://bungienetplatform.wikia.com/wiki/Category:DestinyService]DestinyService[/url] endpoints to the wikia. The Endpoint template should include a field for linking to the Official Bungie Help page for that endpoint and probably a way to separate URI parameters from GET/POST payload data. Perhaps have a payload similar to how you are doing the name/desc but output it as a JSON object with syntax highlighting. ie [quote]== GET/POST Payload == <syntaxhighlight lang="javascript"> { "{name1}": "{value1}", "{name2}": "{value2}" } </syntaxhighlight> [/quote]