Skip to content

Commit bfe60ea

Browse files
committed
Merge branch 'master' of https://github.com/creatubbles/api.git
2 parents 607c356 + febb27e commit bfe60ea

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
Creatubbles Web Services API
1+
___
2+
Receiving the access code
3+
========
4+
5+
If you want to use the mod you need to authorize your application via client_id and client secret (see: [Creatubbles API documentation](https://stateoftheart.creatubbles.com/api) for more details).
6+
7+
For now you can receive the client_id and client_secret by sending an email request to [[email protected]](mailto:[email protected])
8+
9+
___
10+
Creatubbles Web Services API
211
========
312

413
A Java library to assist in interations between Java applications and the Creatubbles Web Services API
514

6-
Please check out the [Wiki](https://github.com/creatubbles/api/wiki) to see the structure of calls to and responses back from the Web Service
15+
Please check out the [Creatubbles API documentation](https://stateoftheart.creatubbles.com/api) to see the structure of calls to and responses back from the Web Service
716

817
___
918
Contributing To This Project
1019
=========
1120

12-
This project uses gradle. To set it up, simply clone and open up a terminal in the cloned folder, then run `gradlew eclipse` for Eclipse, or `gradlew idea` for IntelliJ IDEA. This will generate a project which you can then import into your IDE.
21+
This project uses gradle. To set it up, simply clone and open up a terminal in the cloned folder, then run `gradlew eclipse` for Eclipse, or `gradlew idea` for IntelliJ IDEA. This will generate a project which you can then import into your IDE.

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ artifacts {
5454
archives sourceJar
5555
}
5656

57+
/*
5758
uploadArchives {
5859
onlyIf {
5960
return project.hasProperty('mavendir')
@@ -64,3 +65,4 @@ uploadArchives {
6465
}
6566
}
6667
}
68+
*/

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)