Skip to content
Snippets Groups Projects
Commit d5b037c5 authored by Marek Ostaszewski's avatar Marek Ostaszewski
Browse files

repo and integration updates

parent 4af8b1aa
No related branches found
No related tags found
1 merge request!249repo and integration updates
Pipeline #33121 passed
This diff is collapsed.
......@@ -94,7 +94,7 @@ construct_overview <- function(elements) {
### Type: what kind of file do we integrate
### Name: under which name the diaram is to be shown in the build
regular_build = F
regular_build = T
if(regular_build) {
### Regular build
......
......@@ -9,7 +9,7 @@ library(httr)
library(jsonlite)
### A convenience function to handle API queries
ask_GET <- function(furl, fask) {
ask_GET <- function(furl, fask, unpack = T) {
print(URLencode(paste0(furl, fask)))
resp <- httr::GET(url = URLencode(paste0(furl, fask)), write_memory(),
httr::add_headers('Content-Type' = "application/x-www-form-urlencoded"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment