Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 7bb226a

Browse files
committed
Merge branch 'develop'
2 parents 843f599 + 74504ce commit 7bb226a

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ The API supports environment variable `http_proxy`. If the variable is set, it i
4545
* On Windows: `set http_proxy=http://your_proxy:your_port`
4646
* On Unix/OS X: `export http_proxy=http://your_proxy:your_port`
4747

48+
If `endpointUrl` contains `localhost` or `127.0.0.1` proxy settings are ignored automatically.
49+
50+
## Logging
51+
52+
The Simple Logging Facade for Java [https://www.slf4j.org/](SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time.
53+
54+
4855
## Access Base
4956

5057
## Access Table
@@ -94,16 +101,29 @@ Use the Gson Annotation @SerializedName to annotate Names which contain - or an
94101
```
95102

96103
# Roadmap
104+
+ [x] Airtable Configure
105+
+ [x] configuration of `proxy`
106+
+ [x] configuration of `AIRTABLE_API_KEY` & `AIRTABLE_BASE`
107+
+ [ ] configuration of `requestTimeout`
97108

98109
+ [x] Select
99110
+ [x] SelectAll
100111
+ [x] Queries (`maxRecords`, `sort` & `view` )
101112
+ [ ] Support of `filterByFormula`
113+
+ [ ] Support of Paging
114+
102115
+ [x] Find Record
116+
103117
+ [ ] Create Record
104118
+ [ ] Update Record
105119
+ [ ] Delete Record
106120
+ [ ] Replace Record
121+
+ General requirements
122+
+ [ ] Automatic ObjectMapping
123+
+ [x] Read: convert to Objects
124+
+ [x] Read: conversion of `Attachment`s & `Thumbnail`s
125+
+ [ ] Write: convert Objects to JSON
126+
+ [x] Errorhandling
107127

108128
# Compiling project
109129
We use [Gradle](https://gradle.org) to compile and package project:

0 commit comments

Comments
 (0)