Skip to content

Releases: martenmatrix/stine-api

v3.2.0-alpha

01 Apr 12:47
Compare
Choose a tag to compare
  • remove types and functions from internal folder, which also should be used outside the package (like Event, Category, SetTan e.g.)
  • event IDs like 23-123a now get parsed correctly, previously the letter was just cut off

v2.2.0-alpha

11 Mar 16:51
Compare
Choose a tag to compare
  • add example about changing language

v2.1.0-alpha

11 Mar 16:46
Compare
Choose a tag to compare
  • return auth error, if cnsc cookie was not returned
  • add examples for functions as godoc collapsibles
  • add note about being unstable in readme
  • add examples in readme for all public functions
  • user does not need to enter sessionNo and client when registering user for a module

v1.1.0-alpha

11 Mar 14:11
Compare
Choose a tag to compare
  • ability to get categories and modules available for user during registration
  • return auth error, if authentication fails
  • documentation is shorter and more precise
  • instead of needing to search for a registration link on the stine website, users can just pass the fetched module as a paremeter to register for it
  • better internal structure for easier maintenance

Authenticates a session on Unix-Systems

25 Jan 18:44
Compare
Choose a tag to compare
Pre-release

Package is able to authenticate the user on the site and the user can do some custom requests. However, there still will be breaking changes and it seems like the authentication is broken under Windows.