Skip to content

Commit

Permalink
Add API descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpomykala committed Sep 7, 2023
1 parent 94ed18a commit e1bef7b
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
import io.simplelocalize.cli.NativeProxy;

@NativeProxy
public record HostingResource(@JsonProperty("path") String path, @JsonProperty("environment") String environment)
public record HostingResource(
@JsonProperty("path") String path,
@JsonProperty("namespace") String namespace,
@JsonProperty("language") String language,
@JsonProperty("customerId") String customerId,
@JsonProperty("key") String key
)
{
}

0 comments on commit e1bef7b

Please sign in to comment.