Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
vitessce-api
Advanced tools
**Work-in-progress!** Based on [create-openapi-repo](https://github.com/Redocly/create-openapi-repo), this describes an API [Vitessce](https://github.com/hms-dbmi/vitessce) could consume, and HuBMAP could provide.
Work-in-progress! Based on create-openapi-repo, this describes an API Vitessce could consume, and HuBMAP could provide.
When running on localhost, this provides much the same editing interface as Swagger. Contrasted with SwaggerHub, this approach provides:
Out of the box, create-openapi-repo does provide a nice integration with Travis and GitHub Pages, but it doesn't match our needs right now:
There are things about this approach which do seem weird to me, and if there are other tools which better match our needs, please suggest them!
npm install
in the repo root.npm start
launches the development server.Running on localhost, you can make edits in the web interface and they will be saved to the local filesystem.
The publish scripts need jq
: Install with homebrew/apt-get/etc..
Work should be done in a feature branch, rather than committing directly to master.
When you have work you'd like others to see, run ./push-s3.sh
:
That will update the list at the bottom of this README.
When there's consensus on a new version of the API, make a release branch, bump the version number,
and run ./push-npm.sh
.
On another project that wants to use the API spec, run npm install vitessce-api
,
and then in the code:
import { api } from 'vitessce-api';
console.log('Here is your API:', api);
See NPM.
date | branch | version | git hash | as html | as json |
---|---|---|---|---|---|
2019-07-11 | mccalluc/as-table | 0.0.4-rc | 4f446c6 | html | json |
2019-07-11 | mccalluc/fill-out-end-points | 0.0.4-rc | 1797738 | html | json |
0.0.4-rc | |||||
2019-07-11 | mccalluc/fill-out-end-points | 0.0.4 | e20910d | html | json |
FAQs
**Work-in-progress!** Based on [create-openapi-repo](https://github.com/Redocly/create-openapi-repo), this describes an API [Vitessce](https://github.com/hms-dbmi/vitessce) could consume, and HuBMAP could provide.
The npm package vitessce-api receives a total of 2 weekly downloads. As such, vitessce-api popularity was classified as not popular.
We found that vitessce-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.