-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2397a47
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Wapuu JSON API | ||
[](https://travis-ci.org/jawordpressorg/wapuu-api) | ||
|
||
JSON API for Wapuu in the World. | ||
|
||
[See more about Wapuu.](http://jawordpressorg.github.io/wapuu/) | ||
|
||
## Endpoint | ||
|
||
https://jawordpressorg.github.io/wapuu-api/v1/wapuu.json | ||
|
||
## Schemes | ||
|
||
``` | ||
[ | ||
{ | ||
"name": "original-wapuupng", | ||
"wapuu": { | ||
"name": "Wapuu", | ||
"url": "https://ja.wordpress.org/", | ||
"repository": "https://github.com/jawordpressorg/wapuu", | ||
"src": "https://jawordpressorg.github.io/wapuu/wapuu-archive/original-wapuu.png", | ||
"mime_type": "image/png" | ||
}, | ||
"author": { | ||
"name": "Kazuko Kaneuchi", | ||
"url": "https://twitter.com/mutsuking" | ||
}, | ||
"description": "Original Wapuu" | ||
}, | ||
... | ||
``` | ||
|
||
1. name - The unique name of your Wapuu. Please input using half-width English numbers and letters and hyphen. | ||
2. wapuu.name - The name of Wapuu. | ||
3. wapuu.url - The URL to the site. e.g. https://xxx.wordcamp.org/ | ||
4. wapuu.repository - The repository URL of your Wapuu. In many case, it is GitHub's URL. | ||
5. wapuu.src - The image url of the Wapuu. It should be GIF or PNG or JPEG. | ||
6. wapuu.mime_type - The mime_type of your Wapuu. It should be image/png or so. | ||
7. author.name - Author's name. | ||
8. author.url - Author's URL. | ||
9. description - The description of your Wapuu. | ||
|
||
## How to Add your Wapuu | ||
|
||
1. Fork this repository. | ||
2. Please add your Wapuu's information into [wapuu.csv](https://github.com/jawordpressorg/wapuu-api/blob/master/wapuu.csv). | ||
3. Give us pull-request. | ||
|
||
You don't need to send pull-request for your Wapuu image to [Wapuu archive](http://jawordpressorg.github.io/wapuu/) repository. | ||
We are hoping that your Wapuu should be in your own GitHub repository. :smile: | ||
|
||
## Issue or Question | ||
|
||
https://github.com/jawordpressorg/wapuu-api/issues |
Oops, something went wrong.