https://github.com/umarquez/go-tiny
Yet another Tinify API client library for #Golang Go
https://github.com/umarquez/go-tiny
Last synced: about 1 year ago
JSON representation
Yet another Tinify API client library for #Golang Go
- Host: GitHub
- URL: https://github.com/umarquez/go-tiny
- Owner: umarquez
- License: mit
- Created: 2020-08-15T06:29:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T07:30:20.000Z (almost 6 years ago)
- Last Synced: 2023-03-27T15:13:10.824Z (about 3 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-tiny
Yet another **Tinify** API client library for _Golang_ Go.
**_go-tiny_** lets you make requests to the Tinify API for JPEG/PNG images optimization using a URL or uploading the image file content.
The code and documentation are writing according to the official [Tinify API references](https://tinypng.com/developers/reference).
Please visit the [Tinify Developers API](https://tinypng.com/developers) section to get more details and request an API key.
## Usage:
```
go get github.com\umarquez\go-tiny
```
## Warning notes:
> This is a work in progress and may not be tested and improved enough for a production implementation.
>
> **Use it under your own risk.**
## TODO:
- Generate documentation.
- Write some examples.
- Make tests for every exported function.