From 1ccddfb6f035cd9885fe5e39c0febbd3e1cf84ce Mon Sep 17 00:00:00 2001 From: Christopher Tran Date: Sat, 7 Oct 2017 06:21:32 -0700 Subject: [PATCH 1/3] Add PiXHost API to readme PiXhost like imgur is a image hosting service and is free to all users. Some people who have slightly more graphical content that gets rejected at imgur switch to PiXhost because it has more lenient rules. It also has an API that is not known. From their website: "Welcome to the PiXhost API! You can use this API to upload images, covers or galleries. The following image formats are supported: image/gif, image/png, image/jpeg. Maximum image size is 10 MB. In case you have any ideas, questions or issues, feel free to contact us at: admin@pixhost.org. Old API users: We recently enforced https, please update your scripts." --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 403cac54..6a91f886 100644 --- a/README.md +++ b/README.md @@ -476,6 +476,7 @@ API | Description | Auth | HTTPS | Link | | Gfycat | Jiffier GIFs | `OAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) | | Imgur | Images | `OAuth` | Yes | [Go!](https://apidocs.imgur.com/) | +| PiXhost | Upload images, photos, galleries | | No | Yes | [Go!](https://pixhost.org/api/index.html) | PlaceKitten | Resizable kitten placeholder images | No | Yes | [Go!](https://placekitten.com/) | | ScreenShotLayer | URL 2 Image | No | Yes | [Go!](https://screenshotlayer.com) | | Unsplash | Photography | `OAuth` | Yes | [Go!](https://unsplash.com/developers) | From d5927f7416c18f894ff5db9b97ab2e17d0c1d75f Mon Sep 17 00:00:00 2001 From: Christopher Tran Date: Sat, 7 Oct 2017 13:44:53 -0700 Subject: [PATCH 2/3] Update README.md Removed the extra | --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a91f886..147d9810 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,7 @@ API | Description | Auth | HTTPS | Link | | Gfycat | Jiffier GIFs | `OAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) | | Imgur | Images | `OAuth` | Yes | [Go!](https://apidocs.imgur.com/) | -| PiXhost | Upload images, photos, galleries | | No | Yes | [Go!](https://pixhost.org/api/index.html) +| PiXhost | Upload images, photos, galleries | No | Yes | [Go!](https://pixhost.org/api/index.html) | PlaceKitten | Resizable kitten placeholder images | No | Yes | [Go!](https://placekitten.com/) | | ScreenShotLayer | URL 2 Image | No | Yes | [Go!](https://screenshotlayer.com) | | Unsplash | Photography | `OAuth` | Yes | [Go!](https://unsplash.com/developers) | From 337c6ee000dcbab3e30bf1b73fc2f21d9ef6ed1c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 19 Oct 2017 13:30:49 +0100 Subject: [PATCH 3/3] Add missing table close --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 147d9810..74bf221e 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,7 @@ API | Description | Auth | HTTPS | Link | | Gfycat | Jiffier GIFs | `OAuth` | Yes | [Go!](https://developers.gfycat.com/api/) | | Giphy | Get all your gifs | No | Yes | [Go!](https://github.com/Giphy/GiphyAPI) | | Imgur | Images | `OAuth` | Yes | [Go!](https://apidocs.imgur.com/) | -| PiXhost | Upload images, photos, galleries | No | Yes | [Go!](https://pixhost.org/api/index.html) +| PiXhost | Upload images, photos, galleries | No | Yes | [Go!](https://pixhost.org/api/index.html) | | PlaceKitten | Resizable kitten placeholder images | No | Yes | [Go!](https://placekitten.com/) | | ScreenShotLayer | URL 2 Image | No | Yes | [Go!](https://screenshotlayer.com) | | Unsplash | Photography | `OAuth` | Yes | [Go!](https://unsplash.com/developers) |