{{ define "cataloguePage" }} {{ $org_id := .OrgId}} {{ template "header" .}} {{ $page := .}} {{ template "navigation" . }}

API Catalogue

{{ if .Error }}
Error while loading data
{{ end }}
{{ if .Data.APIS }} {{ range $index, $apiDetail := .Data.APIS}} {{ if $apiDetail.Show }}

{{$apiDetail.Name}} {{$apiDetail.AuthType}}

{{$apiDetail.LongDescription | markDown}}

{{ if $apiDetail.Documentation }}   View documentation
{{ end }} {{if eq $apiDetail.Version "" }} {{if eq $apiDetail.IsKeyless false}}   Request an API key {{ end }} {{ else }} {{if eq $apiDetail.IsKeyless false}}   Request an API key {{ end }} {{ end }}
{{ end }} {{ end }}
{{ else }}

It looks like there are no APIs in the Catalogue.

{{ end }}
{{ template "footer" .}} {{ template "scripts" .}} {{ end }}