File tree 9 files changed +176
-2
lines changed
src/main/java/com/vonage/client
9 files changed +176
-2
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Vonage
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Implementation of the <a href=https://developer.vonage.com/en/api/account>Account API</a>.
19
+ * See the <a href=https://developer.vonage.com/en/account/overview>Vonage developer portal</a>
20
+ * for an overview and documentation.
21
+ */
22
+ package com .vonage .client .account ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Vonage
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Provides hashing algorithms for signed SMS messages.
19
+ */
20
+ package com .vonage .client .auth .hashutils ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Vonage
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Common utility classes used by multiple APIs.
19
+ */
20
+ package com .vonage .client .common ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Vonage
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Implementation of the <a href=https://developer.vonage.com/en/api/conversion>Conversion API</a>.
19
+ * See the <a href=https://developer.vonage.com/en/messaging/conversion-api/overview>Vonage developer portal</a>
20
+ * for an overview and documentation.
21
+ */
22
+ package com .vonage .client .conversion ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Vonage
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Implementation of the <a href=https://developer.vonage.com/en/api/number-insight>Number Insight v1 API</a>.
19
+ * See the <a href=https://developer.vonage.com/en/number-insight/overview>Vonage developer portal</a>
20
+ * for an overview and documentation.
21
+ */
22
+ package com .vonage .client .insight ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Vonage
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Implementation of the <a href=https://developer.vonage.com/en/api/numbers>Numbers API</a>.
19
+ * See the <a href=https://developer.vonage.com/en/numbers/overview>Vonage developer portal</a>
20
+ * for an overview and documentation.
21
+ */
22
+ package com .vonage .client .numbers ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Vonage
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Implementation of the <a href=https://developer.vonage.com/en/api/redact>Redact API</a>.
19
+ * See the <a href=https://developer.vonage.com/en/redact/overview>Vonage developer portal</a>
20
+ * for an overview and documentation.
21
+ */
22
+ package com .vonage .client .redact ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 Vonage
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Implementation of the <a href=https://developer.vonage.com/en/api/verify>Verify v1 (legacy) API</a>.
19
+ * See the <a href=https://developer.vonage.com/en/verify/verify-v1/overview>Vonage developer portal</a>
20
+ * for an overview and documentation.
21
+ */
22
+ package com .vonage .client .verify ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
/**
18
- * Implementation of the <a href=https://developer.vonage.com/en/voice/voice-api/overview>Vonage Voice API</a>.
18
+ * Implementation of the <a href=https://developer.vonage.com/en/api/voice>Voice API</a>.
19
+ * See the <a href=https://developer.vonage.com/en/voice/voice-api/overview>Vonage developer portal</a>
20
+ * for an overview and documentation.
19
21
*/
20
- package com .vonage .client .voice ;
22
+ package com .vonage .client .voice ;
You can’t perform that action at this time.
0 commit comments