Skip to content

Commit 2af1550

Browse files
author
Kola Layokun
authored
Update README.md
1 parent 2b285cc commit 2af1550

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ different REST API interfaces.
77
The Java API hides some of the REST API's constraints, like
88
lists being returned in logical pages of <i>n</i> records. With the
99
Java SDK, the list() method returns a iterator that returns
10-
items, util there are no more.
10+
items, until there are no more.
11+
12+
Please register for a free account at https://developer.syniverse.com to get your API keys.
1113

1214
## How to use the SDK
1315
All the data objects follow a common pattern.
@@ -46,7 +48,7 @@ valid values.
4648
All objects that can be updated or deleted has <b>update()</b> and/or
4749
<b>delete()</b> methods. The resource of an object also have <b>delete()</b>
4850
methods, so if you need to delete an object you just know by it's id,
49-
there is no need to instatiate it. You jst call:
51+
there is no need to instatiate it. You just call:
5052

5153
```java
5254
res.delete(id)
@@ -102,7 +104,7 @@ If you want to list available Sender Id's, it can be done as easy as:
102104
This should produce output like:
103105
```text
104106
Sender id oX1iQToXaWAXY6u3yLhja4 has capabilities [WECHAT]
105-
Sender id m2sb4eA3mlEConWJzsfYq6 has capabilities [WECHAT]
107+
Sender id m2sb4eA3mlEConWJzsfYq6 has capabilities [FACEBOOK]
106108
Sender id ln9sk9JF6insXcJ5nUzKK3 has capabilities [SMS]
107109
Sender id AE0vtyghu8dIrrpXesXPK1 has capabilities [MMS, SMS]
108110
Sender id 3hTOgeTWYlflMB2zmYNoP has capabilities [SMS]

0 commit comments

Comments
 (0)