https://github.com/tomnomnom/api.tomnomnom.com
API shenanigans
https://github.com/tomnomnom/api.tomnomnom.com
Last synced: about 2 months ago
JSON representation
API shenanigans
- Host: GitHub
- URL: https://github.com/tomnomnom/api.tomnomnom.com
- Owner: tomnomnom
- Created: 2012-03-28T22:24:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-06T22:03:54.000Z (almost 13 years ago)
- Last Synced: 2025-01-24T09:08:30.383Z (3 months ago)
- Language: PHP
- Homepage: http://api.tomnomnom.com/
- Size: 129 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# API
Work in progress API framework type thing.
## Output formats
### JSON
* Straight json\_encode() of response### JSONP
* json\_encode() of response, wrapped in function name### HTML
* Hash table ->
* Arrays ->
* URLs get parsed into s
### XML
* Hash table keys -> tag name
* Array -> multiple tags of same name