# swagger-java-client appNG REST API - API version: 1.0.0 - Build date: 2022-04-11T13:36:53.486+02:00 The REST API for appNG For more information, please visit [http://appng.org](http://appng.org) *Automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen)* ## Requirements Building the API client library requires: 1. Java 1.7+ 2. Maven/Gradle ## Installation To install the API client library to your local Maven repository, simply execute: ```shell mvn clean install ``` To deploy it to a remote Maven repository instead, configure the settings of the repository and execute: ```shell mvn clean deploy ``` Refer to the [OSSRH Guide](http://central.sonatype.org/pages/ossrh-guide.html) for more information. ### Maven users Add this dependency to your project's POM: ```xml io.swagger swagger-java-client 1.0.0 compile ``` ### Gradle users Add this dependency to your project's build file: ```groovy compile "io.swagger:swagger-java-client:1.0.0" ``` ### Others At first generate the JAR by executing: ```shell mvn clean package ``` Then manually install the following JARs: * `target/swagger-java-client-1.0.0.jar` * `target/lib/*.jar` ## Getting Started Please follow the [installation](#installation) instruction and execute the following Java code: ```java ``` ## Documentation for API Endpoints All URIs are relative to *http://appng.org/api* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- ## Documentation for Models - [Action](docs/Action.md) - [ActionField](docs/ActionField.md) - [Datasource](docs/Datasource.md) - [Element](docs/Element.md) - [ErrorModel](docs/ErrorModel.md) - [Field](docs/Field.md) - [FieldType](docs/FieldType.md) - [FieldValue](docs/FieldValue.md) - [Filter](docs/Filter.md) - [Link](docs/Link.md) - [Message](docs/Message.md) - [Option](docs/Option.md) - [OptionType](docs/OptionType.md) - [Options](docs/Options.md) - [Page](docs/Page.md) - [Parameter](docs/Parameter.md) - [Permission](docs/Permission.md) - [Sort](docs/Sort.md) - [User](docs/User.md) - [ValidationRule](docs/ValidationRule.md) ## Documentation for Authorization All endpoints do not require authorization. Authentication schemes defined for the API: ## Recommendation It's recommended to create an instance of `ApiClient` per thread in a multithreaded environment to avoid any potential issues. ## Author