Releases: martenmatrix/stine-api
Releases · martenmatrix/stine-api
v3.2.0-alpha
- 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
- add example about changing language
v2.1.0-alpha
- 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
- 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
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.