Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Airtable.java API Client for Java

10856 7
cancel
Showing results for 
Search instead for 
Did you mean: 
Stephan_Strittm
6 - Interface Innovator
6 - Interface Innovator

We are happy to announce the Java Client for Airtable.
We created for educational purposes. Have a look at GitHub: https://github.com/Sybit-Education/airtable.java

The client supports automatically object mapping. All CRUD-Operations (including Attachments) are already supported.
But it is a very first version.
Any feedback or pull requests are welcome.

7 Replies 7
Stephan_Strittm
6 - Interface Innovator
6 - Interface Innovator

some days ago, we released a minor update: V0.1.5:
https://bintray.com/sybit-education/maven/airtable.java/0.1.5

john_hart
4 - Data Explorer
4 - Data Explorer

hi, how can i use in android studio?

Zo_Benbrahim
5 - Automation Enthusiast
5 - Automation Enthusiast

Is there a tutorial on how to call on the API client? I’ve added it as an Android Library in my app in Android Studio but I need help on implementing it.

Have a look in the common java implementation, there are JUnit-Tests showing how to use it: https://github.com/Sybit-Education/airtable.java/tree/master/src/itest

Hope this helps.

Rosie_H
4 - Data Explorer
4 - Data Explorer

Currently trying to help ukranian refugees evacuate and trying to use Twilio, WhatsApp and Airtable via Java.

Any chance you have a tutorial on setting this up?

Stephan_Strittm
6 - Interface Innovator
6 - Interface Innovator

Have you have tried to follow readme?

What is your concrete issue? Probably you post issue at Issues · Sybit-Education/airtable.java · GitHub

We will try our best for support.