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
@@ -20,58 +21,89 @@ All features will be on [Projects](https://github.com/stachu540/HiRezAPI/project
20
21
1. To access the APIs you'll need your own set of credentials which consist of a Developer ID (**devId**) and an Authentication Key (**authKey**). To getting those credentials, you need filling form on this link:
// cause data returning as JSONArray i will use toJsonArray() method
69
-
System.out.println(mydata.toJsonArray());
101
+
System.out.println(mydata.getServerStatus());
70
102
}
71
103
}
72
104
```
73
105
74
106
For some more detail's, check out [source documentation](https://stachu540.github.io/HiRezAPI/).
75
107
76
108
## Question and suggestions
77
-
Any more questions or some suggestions changes are welcome. Don't be shy, just open your [Issues](https://github.com/stachu540/HiRezAPI/issues) if you have some problem. [Pull Request's](https://github.com/stachu540/HiRezAPI/pulls) and any other contribution are welcome.
109
+
Any more questions or some suggestions changes are welcome. Don't be shy, just open your [Issues](https://github.com/stachu540/HiRezAPI/issues) if you have some problem. [Pull Request's](https://github.com/stachu540/HiRezAPI/pulls) and any other contribution are welcome.
0 commit comments