Skip to content

Releases: Maciejowski2006/SAPI

Version 3.0.0

06 Nov 10:51
9ede6fc
Compare
Choose a tag to compare

Changes:

  • Removed support for old endpoint handling
  • Added dynamic endpoints

Bug Fixes:

  • JsonResponse now returns application/json as Content-Type instead of application/josn

Dependencies:

Version 2.2.0

31 Oct 22:03
Compare
Choose a tag to compare

Added a new utility method for deserializing JSON from requests to record/class.

Dependencies:

Version 2.1.0

05 Oct 13:39
d432527
Compare
Choose a tag to compare

Created a new utility method that allows for easy JSON response.

Dependencies:

Version 2.0.0

28 Sep 14:19
Compare
Choose a tag to compare

There are new braking changes made to the API

You should change your endpoints from class Inheritance to interfaces. See the wiki for migration guide.

Version 1.2.0

15 Sep 19:50
Compare
Choose a tag to compare

Created new utility class that allows for easier development. Now you also don't have to specify URL when initializing SAPI.

Version 1.1.0

14 Sep 21:27
Compare
Choose a tag to compare

Got rid of Init() function. Now the code from it is directly executed in the constructor.

Version 1.0.0

14 Sep 16:16
Compare
Choose a tag to compare

The first release of SAPI.