Skip to content

Commit

Permalink
Merge branch 'rpb-207-import' of https://github.com/hbz/rpb into main
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Nov 27, 2024
2 parents efb2411 + 87577aa commit bc0e6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/rpb-systematik-import.flux
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default HOST = "localhost"; // pass e.g. HOST=test-metadaten-nrw.hbz-nrw.de
default API_TOKEN = ""; // pass e.g. API_TOKEN=e8d...
API_URL = "http://" + HOST + ":1337/api/" + PATH;

"https://raw.githubusercontent.com/acka47/scripts/master/skos2json/" + INPUT
"https://raw.githubusercontent.com/hbz/lbz-vocabs/main/output/" + INPUT
| open-http
| as-lines
| regex-decode("(?<data>.+)")
Expand Down

0 comments on commit bc0e6a1

Please sign in to comment.