You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## v1.2
4
+
5
+
* All API classes can now directly be used from the Cryptolens base class
6
+
7
+
* Analytics class no longer extends Cryptolens base class
8
+
* removed php closing tag within classes and excess empty lines
9
+
* added documentation for internal functions
10
+
* quality improvements
11
+
* added php class headers
12
+
3
13
## v1.1
4
14
5
15
* added support to User authentication endpoints `login`, `register`, `associate`, `dissociate`, `getUsers`, `changePassword`, `resetPasswordToken`, `removeUser`<!-- I simply forgot this endpoint group exists aswell or it has been added newly. -->
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Cryptolens PHP
2
2
3
-
This repository contains functions for interacting with the Cryptolens
4
-
Web API from PHP. Currently most endpoints are supported and more are following.
3
+
This repository contains functions for interacting with the Cryptolens Web API from PHP.
4
+
All endpoints are supported. This API client uses Cryptolens Web API 3.
5
5
6
-
For more information about the API and possible values and types, visit https://app.cryptolens.io/docs/api/v3, the official API documentation
6
+
For more information about the API and possible values and types, visit https://app.cryptolens.io/docs/api/v3, the official API documentation.
7
7
8
8
To use the library, you can `require_once` the `loader.php` which loads all other classes automatically or use composer where you just have to `require` the composer `autoload.php`. Currently, this library is not safe to use for CLI.
9
9
Inside your script you need to `use` the classes, here is an example:
0 commit comments