Help

Re: Dummy table for CI?

Solved
Jump to Solution
450 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Kevin_Bonham
5 - Automation Enthusiast
5 - Automation Enthusiast

I’m writing a small package for the julia programming language intended to wrap the airtable REST API to make it a bit easier to access within scripts. Julia has a pretty strong culture of including automated testing of packages, and I was wondering if there’s a sort of dummy table with an open api key that could be used for this purpose.

I can create a dummy account and use that, but wanted to know

  1. is there a sanctioned way to do this
  2. if not, is there any reason not to make a dummy account
1 Solution

Accepted Solutions
Bill_French
17 - Neptune
17 - Neptune

Good for you! This is a good project to undertake.

#1 - no, no sanctioned process; free for all. :winking_face:

#2 - no reason to make a dummy account; you’ll need an API key and there are no public keys that I am aware of.

Good luck with that - Julia has solid promise for some interesting apps.

See Solution in Thread

3 Replies 3
Bill_French
17 - Neptune
17 - Neptune

Good for you! This is a good project to undertake.

#1 - no, no sanctioned process; free for all. :winking_face:

#2 - no reason to make a dummy account; you’ll need an API key and there are no public keys that I am aware of.

Good luck with that - Julia has solid promise for some interesting apps.

You mean no reason NOT to make a dummy account I take it?

Sorry - yes, correct - make the accounts you need to develop and test.