diff options
author | Pjotr Prins | 2022-12-11 16:37:06 -0600 |
---|---|---|
committer | Pjotr Prins | 2022-12-11 16:37:06 -0600 |
commit | 319c0741d6efc12b0acf032aaa12670bba9590a0 (patch) | |
tree | 7246352dae375f6211d6ffe307706b1d7a571afb /topics/systems/gn-services.gmi | |
parent | 4d68928c6b1f6676a75ced373ab2e4105ae9fa7d (diff) | |
download | gn-gemtext-319c0741d6efc12b0acf032aaa12670bba9590a0.tar.gz |
edits
Diffstat (limited to 'topics/systems/gn-services.gmi')
-rw-r--r-- | topics/systems/gn-services.gmi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/topics/systems/gn-services.gmi b/topics/systems/gn-services.gmi index 55cc3fb..8321356 100644 --- a/topics/systems/gn-services.gmi +++ b/topics/systems/gn-services.gmi @@ -28,14 +28,24 @@ curl https://luna.genenetwork.org/gn3/ 3. genenetwork3 (python3) +If the menu does not load, this is the culprit. It should be an external API link. + ``` curl localhost:8087/api/version "1.0" - +curl localhost:8087/api/menu/generate/json +... +curl https://genenetwork.org/api3/api/version +"1.0" +curl https://genenetwork.org/api3/api/menu/generate/json ``` -On epysode it is running on 8081 +On epysode: +``` +http://mars.genenetwork.org/gn3/api/version +http://gn2-fallback.genenetwork.org/gn3/api/menu/generate/json +``` ## Notes |