Skip to content

Commit

Permalink
Removes UnityImgurExample and changes toc of the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorWaffles committed Jul 24, 2021
1 parent e9c84ee commit dff124c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 73 deletions.
7 changes: 7 additions & 0 deletions Assets/UnityImgurClient.unitypackage.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 0 additions & 45 deletions Assets/UnityImgurClient/UnityImgurExample.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/UnityImgurClient/UnityImgurExample.cs.meta

This file was deleted.

33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@

A small script that allows for uploading videos, images and creating albums on Imgur's servers similar to CarlHalstead's [Imgur-For-Unity](https://github.com/CarlHalstead/Imgur-for-Unity), however with a few more methods such as updating and deleting previously uploaded content and albums.

- [UnityImgurClient](#unityimgurclient)
- [Getting Started](#getting-started)
- [Authentication](#authentication)
- [Example](#example)
- [Functions](#functions)
- [Uploads](#uploads)
- [UploadVideo](#uploadvideo)
- [UploadImage](#uploadimage)
- [UpdateUpload](#updateupload)
- [DeleteUpload](#deleteupload)
- [Albums](#albums)
- [CreateAlbum](#createalbum)
- [GetAlbum](#getalbum)
- [UpdateAlbum](#updatealbum)
- [DeleteAlbum](#deletealbum)
- [Misc.](#misc)
- [GetRateLimit](#getratelimit)
- [Getting Started](#getting-started)
* [Authentication](#authentication)
* [Example](#example)
- [Functions](#functions)
* [Uploads](#uploads)
+ [UploadVideo](#uploadvideo)
+ [UploadImage](#uploadimage)
+ [UpdateUpload](#updateupload)
+ [DeleteUpload](#deleteupload)
* [Albums](#albums)
+ [CreateAlbum](#createalbum)
+ [GetAlbum](#getalbum)
+ [UpdateAlbum](#updatealbum)
+ [DeleteAlbum](#deletealbum)
* [Misc.](#misc)
+ [GetRateLimit](#getratelimit)

## Getting Started
- Download latest version from [releases](https://github.com/DoctorWaffles/UnityImgur/releases/).
Expand Down

0 comments on commit dff124c

Please sign in to comment.