Skip to content

Commit b1178ef

Browse files
committed
Version 1.0.0
1 parent bc2def8 commit b1178ef

File tree

136 files changed

+12059
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+12059
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
25+
# Custom
26+
/.idea/*
27+
/.idea/libraries
28+
/target/*

.run/ApiClientTest.run.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="ApiClientTest" type="JUnit" factoryName="JUnit" nameIsGenerated="true">
3+
<module name="java-api" />
4+
<extension name="coverage">
5+
<pattern>
6+
<option name="PATTERN" value="de.scriptsdk.api.*" />
7+
<option name="ENABLED" value="true" />
8+
</pattern>
9+
</extension>
10+
<option name="PACKAGE_NAME" value="de.scriptsdk.api" />
11+
<option name="MAIN_CLASS_NAME" value="de.scriptsdk.api.ApiClientTest" />
12+
<option name="METHOD_NAME" value="" />
13+
<option name="TEST_OBJECT" value="class" />
14+
<method v="2">
15+
<option name="Make" enabled="true" />
16+
</method>
17+
</configuration>
18+
</component>

README.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
# java-api
1+
# ScriptSDK
2+
3+
## Summary
4+
5+
## Features
6+
7+
- Implementation of external api methods
8+
- Implementation of custom Methods (XXX)
9+
10+
## External API implementation
11+
12+
| Implemented | Existing |
13+
|--|--|
14+
| 377 | 404 |
15+
16+
## Changelog
17+
18+
### Version 0.0.2 (2022-10-14)
19+
20+
- Initial Release of Api Client
21+
22+
### Version 0.0.1 (2022-10-13)
23+
24+
- Initial Release of Socket Client
25+
- Initial Release of Stealth Client
26+
HTTP_GET(258),
27+
HTTP_POST(259),
28+
HTTP_BODY(260),
29+
HTTP_HEADER(261),
30+
-
31+
32+
CLEAR_FIGURES
33+
REMOVE_FIGURE
34+
ADD_FIGURE
35+
MESSENGER_GET_CONNECTED(501),
36+
MESSENGER_SET_CONNECTED(502),
37+
MESSENGER_GET_TOKEN(503),
38+
MESSENGER_SET_TOKEN(504),
39+
MESSENGER_GET_NAME(505),
40+
MESSENGER_SEND_MESSAGE(506),
41+
42+
GET_MULTI_ALL_PARTS(381),
43+
GET_MULTI_PARTS_AT_POSITION(380),

mvnw

Lines changed: 316 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)