Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Releases: ljesparis/gostagram

Version 1.0.0

24 Aug 02:00
Compare
Choose a tag to compare
  • Add dependencies installation.
  • Add test for every method.
  • Add clean package option.
  • Add reinstallation.
  • Add documentation to all golang modules.
  • Check every possible error that could happend.
  • Write documentation per every test function and explain what it does.
  • Add godoc badge.
  • Change gostagram import path at download and installation example and usage examples.
  • Convert Gostagram paragraph title into a real big title.
  • Extend quickstart explanation.
  • Remove unnecessary badges.
  • Explain how to test gostagram library and posible errors.
  • Add carousel support.
  • Every function most has optional parameters if necesary
  • Post request was changed from multipart/form-data to application/x-www-form-urlencoded
  • ClientId setter was adding client user id to clientSecret variable and ClientSecret setter was adding client user secret to clientId variable.

1.0.0-alpha2

01 Aug 20:06
Compare
Choose a tag to compare
1.0.0-alpha2 Pre-release
Pre-release
  • Deleted access token from test files.
  • Deleted client secret from test files.
  • Fixed README.md subtitles(Quick Start, Support us, Contribute, License).
  • Markdown badge added to README.md file(release, downloads, license, contributors, powered by).

1.0.0-alpha1

01 Aug 19:09
Compare
Choose a tag to compare
1.0.0-alpha1 Pre-release
Pre-release
  • First Commit
  • All instagram Endpoints without signed request mode enabled, supported.