yuanpeterli

Results 2 issues of yuanpeterli

Is it possible to prepend the userid to a user's website path? Currently, if each user has an about-me webpage, the webpage path would clash. It is better to have...

type: Enhancement

Do you have examples of interfacing Textbelt with RestEasy? In particular, what goes to target.request().post() below? ``` ResteasyClient client = new ResteasyClientBuilder().build(); ResteasyWebTarget target = client.target("https://textbelt.com/text"); Response response = target.request().post(????);...