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

Commit 985a805

Browse files
committed
extended roadmap
1 parent b00d0c3 commit 985a805

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,29 @@ Actor actor = actorTable.find("rec514228ed76ced1");
8181
```
8282

8383
# Roadmap
84+
+ [x] Airtable Configure
85+
+ [x] configuration of `proxy`
86+
+ [x] configuration of `AIRTABLE_API_KEY` & `AIRTABLE_BASE`
87+
+ [ ] configuration of `requestTimeout`
8488

8589
+ [x] Select
8690
+ [x] SelectAll
8791
+ [x] Queries (`maxRecords`, `sort` & `view` )
8892
+ [ ] Support of `filterByFormula`
93+
+ [ ] Paging
94+
8995
+ [x] Find Record
96+
9097
+ [ ] Create Record
9198
+ [ ] Update Record
9299
+ [ ] Delete Record
93100
+ [ ] Replace Record
101+
+ General requirements
102+
+ [ ] Automatic ObjectMapping
103+
+ [x] Read: converte to Objects
104+
+ [x] Read: convertion of `Attachment`s & `Thumbnail`s
105+
+ [ ] Write: convert Objects to JSON
106+
+ [ ] Errorhandling
94107

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

0 commit comments

Comments
 (0)