Skip to content

Commit 427f7b2

Browse files
notifyURL for sendmms update
1 parent 7a59ae1 commit 427f7b2

File tree

84 files changed

+839
-2031
lines changed

Some content is hidden

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

84 files changed

+839
-2031
lines changed

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

README.md

100644100755
Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ To deploy it to a remote Maven repository instead, configure the settings of the
1818
mvn deploy
1919
```
2020

21+
Refer to the [official documentation](https://maven.apache.org/plugins/maven-deploy-plugin/usage.html) for more information.
2122

2223
### Maven users
2324

@@ -44,9 +45,11 @@ compile "Telstra:TelstraMessaging:1.0.0"
4445

4546
At first generate the JAR by executing:
4647

48+
mvn package
4749

4850
Then manually install the following JARs:
4951

52+
* target/TelstraMessaging-1.0.0.jar
5053
* target/lib/*.jar
5154

5255
## Getting Started
@@ -88,6 +91,7 @@ public class AuthenticationApiExample {
8891
All URIs are relative to *https://tapi.telstra.com/v2*
8992

9093
Class | Method | HTTP request | Description
94+
------------ | ------------- | ------------- | -------------
9195
*AuthenticationApi* | [**authToken**](docs/AuthenticationApi.md#authToken) | **POST** /oauth/token | Generate authentication token
9296
*MessagingApi* | [**getMMSStatus**](docs/MessagingApi.md#getMMSStatus) | **GET** /messages/mms/{messageid}/status | Get MMS Status
9397
*MessagingApi* | [**getSMSStatus**](docs/MessagingApi.md#getSMSStatus) | **GET** /messages/sms/{messageId}/status | Get SMS Status
@@ -101,13 +105,35 @@ Class | Method | HTTP request | Description
101105

102106
## Documentation for Models
103107

104-
105-
106-
## Documentation for Authorisation
108+
- [DeleteNumberRequest](docs/DeleteNumberRequest.md)
109+
- [ErrorError](docs/ErrorError.md)
110+
- [ErrorErrorError](docs/ErrorErrorError.md)
111+
- [GetSubscriptionResponse](docs/GetSubscriptionResponse.md)
112+
- [InboundPollResponse](docs/InboundPollResponse.md)
113+
- [MMSContent](docs/MMSContent.md)
114+
- [Message](docs/Message.md)
115+
- [MessageSentResponse](docs/MessageSentResponse.md)
116+
- [MessageType](docs/MessageType.md)
117+
- [OAuthRequest](docs/OAuthRequest.md)
118+
- [OAuthResponse](docs/OAuthResponse.md)
119+
- [OutboundPollResponse](docs/OutboundPollResponse.md)
120+
- [ProvisionNumberRequest](docs/ProvisionNumberRequest.md)
121+
- [ProvisionNumberResponse](docs/ProvisionNumberResponse.md)
122+
- [SendMmsRequest](docs/SendMmsRequest.md)
123+
- [SendSMSRequest](docs/SendSMSRequest.md)
124+
- [Status](docs/Status.md)
125+
126+
127+
## Documentation for Authorization
107128

108129
Authentication schemes defined for the API:
109130
### auth
110131

132+
- **Type**: OAuth
133+
- **Flow**: application
134+
- **Authorization URL**:
135+
- **Scopes**:
136+
- NSMS: NSMS
111137

112138

113139
## Recommendation

build.gradle

100644100755
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ dependencies {
9898
compile 'com.squareup.okhttp:okhttp:2.7.5'
9999
compile 'com.squareup.okhttp:logging-interceptor:2.7.5'
100100
compile 'com.google.code.gson:gson:2.8.1'
101-
compile 'io.gsonfire:gson-fire:1.8.0'
102-
compile 'org.threeten:threetenbp:1.3.5'
101+
compile 'joda-time:joda-time:2.9.9'
103102
testCompile 'junit:junit:4.12'
104103
}

build.sbt

100644100755
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ lazy val root = (project in file(".")).
1313
"com.squareup.okhttp" % "okhttp" % "2.7.5",
1414
"com.squareup.okhttp" % "logging-interceptor" % "2.7.5",
1515
"com.google.code.gson" % "gson" % "2.8.1",
16-
"org.threeten" % "threetenbp" % "1.3.5" % "compile",
17-
"io.gsonfire" % "gson-fire" % "1.8.0" % "compile",
16+
"joda-time" % "joda-time" % "2.9.9" % "compile",
1817
"junit" % "junit" % "4.12" % "test",
1918
"com.novocode" % "junit-interface" % "0.10" % "test"
2019
)

docs/AuthApi.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

docs/AuthenticationApi.md

100644100755
File mode changed.

docs/AuthgeneratetokenpostResponse.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/DeleteNumberRequest.md

100644100755
File mode changed.

docs/ErrorError.md

100644100755
File mode changed.

docs/ErrorErrorError.md

100644100755
File mode changed.

0 commit comments

Comments
 (0)