Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.4.0
    pre-release of the woodstock client library for pnut.io
    
    Breaking changes!
    
    Methods to fetch User, Post, Message, and File data require
    query paramters to be included by passing url.Values to the
    method.
  • v0.3.1
  • v0.3.0
    Third pre-release of the woodstock client library for pnut.io.
    
    Improvements in this release:
    
      - Support for pnut.io API v1
  • 0.2.2
  • 0.2.1
    3b9e0ef9 · Added go.mod ·
  • 0.2.0
    woodstock 0.2.0
    
    Second pre-release of the woodstock client library for pnut.io.
    
    Improvements in this release include:
    
    * Update user avatar and cover images
    * Support for files
    
    The changelog (in all it's messy glory since the intitial commit)
    
    Morgan McMillian (24):
          Initial commit
          Add LICENSE
          Import from project gitlab.dreamfall.space/thrrgilag/peanuts
          Add CHANGELOG
          Delete CHANGELOG
          Add CHANGELOG
          fix changelog links
          renamed constants to conform to go standards renamed package from peantus to woodstock
          minor refactoring and updated comments
          added tests and fixed doc refs
          adjust SetMarker to use correct method fixes #6
          fix typo in GetClient function fixes issue #7
          change CreateMessage to post json fixes issue #8 and #9
          changelog update
          Adjust unit tests to fix a full run to complete
          setup gitlab ci
          add the proper tag for the runner
          fix endpoint for user and post interactions resolves issue #1
          Add is_deleted and reply_to to Message type
          ignore file
          added /files endpoint methods and tests
          implemented UploadAvatar and UploadCover closes #2 and #4
          Cleaned up README and added examples
          Removed errant Println statement