Skip to content

Commit

Permalink
notifyURL for sendmms update
Browse files Browse the repository at this point in the history
  • Loading branch information
developersteve committed Mar 8, 2018
1 parent 7a59ae1 commit 427f7b2
Show file tree
Hide file tree
Showing 84 changed files with 839 additions and 2,031 deletions.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

32 changes: 29 additions & 3 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ To deploy it to a remote Maven repository instead, configure the settings of the
mvn deploy
```

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

### Maven users

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

At first generate the JAR by executing:

mvn package

Then manually install the following JARs:

* target/TelstraMessaging-1.0.0.jar
* target/lib/*.jar

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

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

## Documentation for Models



## Documentation for Authorisation
- [DeleteNumberRequest](docs/DeleteNumberRequest.md)
- [ErrorError](docs/ErrorError.md)
- [ErrorErrorError](docs/ErrorErrorError.md)
- [GetSubscriptionResponse](docs/GetSubscriptionResponse.md)
- [InboundPollResponse](docs/InboundPollResponse.md)
- [MMSContent](docs/MMSContent.md)
- [Message](docs/Message.md)
- [MessageSentResponse](docs/MessageSentResponse.md)
- [MessageType](docs/MessageType.md)
- [OAuthRequest](docs/OAuthRequest.md)
- [OAuthResponse](docs/OAuthResponse.md)
- [OutboundPollResponse](docs/OutboundPollResponse.md)
- [ProvisionNumberRequest](docs/ProvisionNumberRequest.md)
- [ProvisionNumberResponse](docs/ProvisionNumberResponse.md)
- [SendMmsRequest](docs/SendMmsRequest.md)
- [SendSMSRequest](docs/SendSMSRequest.md)
- [Status](docs/Status.md)


## Documentation for Authorization

Authentication schemes defined for the API:
### auth

- **Type**: OAuth
- **Flow**: application
- **Authorization URL**:
- **Scopes**:
- NSMS: NSMS


## Recommendation
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ dependencies {
compile 'com.squareup.okhttp:okhttp:2.7.5'
compile 'com.squareup.okhttp:logging-interceptor:2.7.5'
compile 'com.google.code.gson:gson:2.8.1'
compile 'io.gsonfire:gson-fire:1.8.0'
compile 'org.threeten:threetenbp:1.3.5'
compile 'joda-time:joda-time:2.9.9'
testCompile 'junit:junit:4.12'
}
3 changes: 1 addition & 2 deletions build.sbt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ lazy val root = (project in file(".")).
"com.squareup.okhttp" % "okhttp" % "2.7.5",
"com.squareup.okhttp" % "logging-interceptor" % "2.7.5",
"com.google.code.gson" % "gson" % "2.8.1",
"org.threeten" % "threetenbp" % "1.3.5" % "compile",
"io.gsonfire" % "gson-fire" % "1.8.0" % "compile",
"joda-time" % "joda-time" % "2.9.9" % "compile",
"junit" % "junit" % "4.12" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
)
Expand Down
56 changes: 0 additions & 56 deletions docs/AuthApi.md

This file was deleted.

Empty file modified docs/AuthenticationApi.md
100644 → 100755
Empty file.
13 changes: 0 additions & 13 deletions docs/AuthgeneratetokenpostResponse.md

This file was deleted.

Empty file modified docs/DeleteNumberRequest.md
100644 → 100755
Empty file.
Empty file modified docs/ErrorError.md
100644 → 100755
Empty file.
Empty file modified docs/ErrorErrorError.md
100644 → 100755
Empty file.
11 changes: 0 additions & 11 deletions docs/ErrorErrorError62.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/ErrorErrorErrorError.md

This file was deleted.

Empty file modified docs/GetSubscriptionResponse.md
100644 → 100755
Empty file.
Empty file modified docs/InboundPollResponse.md
100644 → 100755
Empty file.
Empty file modified docs/MMSContent.md
100644 → 100755
Empty file.
Empty file modified docs/Message.md
100644 → 100755
Empty file.
Empty file modified docs/MessageSentResponse.md
100644 → 100755
Empty file.
Empty file modified docs/MessageType.md
100644 → 100755
Empty file.
Empty file modified docs/MessagingApi.md
100644 → 100755
Empty file.
Empty file modified docs/OAuthRequest.md
100644 → 100755
Empty file.
Empty file modified docs/OAuthResponse.md
100644 → 100755
Empty file.
Empty file modified docs/OutboundPollResponse.md
100644 → 100755
Empty file.
13 changes: 0 additions & 13 deletions docs/OutboundPollResponseInner.md

This file was deleted.

Empty file modified docs/ProvisionNumberRequest.md
100644 → 100755
Empty file.
Empty file modified docs/ProvisionNumberResponse.md
100644 → 100755
Empty file.
Empty file modified docs/ProvisioningApi.md
100644 → 100755
Empty file.
Loading

0 comments on commit 427f7b2

Please sign in to comment.