Question

Get JSON from github repository

  • 7 September 2020
  • 1 reply
  • 733 views

Userlevel 1

Hello!

I’m looking for a solution, which will allow me to get configuration from JSON file that is committed to private github repository and perform some actions once it’s changed.

 

Basically, I need to go following:

  1. if there’s a new commit to master branch
  2. then, download raw JSON file committed to current master branch
  3. if raw JSON has been changed since last zap execution,
  4. then, do some data-processing and use it in later steps.

 

I’m currently stuck on step 2 - how can I make it work?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +8

Hey @Miroslaw Szajowski - Thanks for the question. I’ve moved the topic over to the Dev Discussion area for better visibility and a bump.