A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
That package was unstable, so it should not have been used, but it turns out it
doesn't need to be used at all. It was being used to help copy to clipboard
inside a docker container, which doesn't make much sense. I removed the
dependency entirely and everything seems to work just fine. I built a new
docker image with this change and used the reslang-docker script as well as
api-spec's generate-specs scripts with it.
PR and Master builds are failing because a linux package used in the Dockerfile is no longer available.
e.g. https://console.cloud.google.com/cloud-build/builds/3f2542fc-ad45-432c-a762-dc3f427878aa;step=0?project=liveramp-eng-api-dev
That package was unstable, so it should not have been used, but it turns out it doesn't need to be used at all. It was being used to help copy to clipboard inside a docker container, which doesn't make much sense. I removed the dependency entirely and everything seems to work just fine. I built a new docker image with this change and used the
reslang-docker
script as well as api-spec'sgenerate-specs
scripts with it.