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

Version 1.0.0

Latest
Compare
Choose a tag to compare
@ljesparis ljesparis released this 24 Aug 02:00
· 2 commits to master since this release
  • 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.