@@ -7,7 +7,9 @@ different REST API interfaces.
77The Java API hides some of the REST API's constraints, like
88lists being returned in logical pages of <i >n</i > records. With the
99Java 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
1315All the data objects follow a common pattern.
@@ -46,7 +48,7 @@ valid values.
4648All 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 >
4850methods, 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:
102104This should produce output like:
103105``` text
104106Sender id oX1iQToXaWAXY6u3yLhja4 has capabilities [WECHAT]
105- Sender id m2sb4eA3mlEConWJzsfYq6 has capabilities [WECHAT ]
107+ Sender id m2sb4eA3mlEConWJzsfYq6 has capabilities [FACEBOOK ]
106108Sender id ln9sk9JF6insXcJ5nUzKK3 has capabilities [SMS]
107109Sender id AE0vtyghu8dIrrpXesXPK1 has capabilities [MMS, SMS]
108110Sender id 3hTOgeTWYlflMB2zmYNoP has capabilities [SMS]
0 commit comments