You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypedRest for Java helps you build type-safe, fluent-style REST API clients.
5
-
6
-
Common REST patterns such as collections are represented as classes, allowing you to write more idiomatic code. For example, TypedRest lets you turn this:
4
+
TypedRest for Java helps you build type-safe, fluent-style REST API clients. Common REST patterns such as collections are represented as classes, allowing you to write more idiomatic code.
Read an **[Introduction](https://typedrest.net/introduction/)** to TypedRest or jump right in with the **[Getting started](https://typedrest.net/getting-started/java/)** guide.
29
+
30
+
For information about specific Java classes or interfaces you can read the **[API Documentation](https://java.typedrest.net/)**.
31
+
21
32
## Maven artifacts
22
33
23
34
Artifact group: `com.oneandone`
@@ -33,10 +44,3 @@ Build [Vaadin](https://vaadin.com/) GUIs for TypedRest clients.
[Maven archetype](https://maven.apache.org/guides/introduction/introduction-to-archetypes.html) (template) for creating TypedRest projects.
36
-
37
-
38
-
## Documentation
39
-
40
-
Read an **[Introduction](https://typedrest.net/introduction/)** to TypedRest or jump right in with the **[Getting started](https://typedrest.net/getting-started/java/)** guide.
41
-
42
-
For information about specific classes or interfaces you can read the **[API Documentation](https://java.typedrest.net/)**.
0 commit comments