Skip to content

Commit

Permalink
docs: readme + new license description
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco authored Jun 12, 2024
1 parent b759a0b commit 3445b0e
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Insomnia Mockbin ![version][npm-version] [![License][npm-license]][license-url]

[![Gitter][gitter-image]][gitter-url]
**Note:** This repository is source visibile, but not open-source. Please check the [LICENSE](LICENSE) before using this software.

Insomnia Mockbin is used internally and maintained by [Kong](https://github.com/Kong), who also maintain the open-source API Gateway [Kong](https://github.com/Kong/kong).
Insomnia Mockbin is maintained by [Kong](https://github.com/Kong), who also maintains the open-source API Gateway [Kong](https://github.com/Kong/kong) and [Insomnia](https://github.com/Kong/insomnia).

## Table of contents

Expand All @@ -21,7 +21,6 @@ Insomnia Mockbin is used internally and maintained by [Kong](https://github.com/
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Contributing](#contributing)
- [License](#license)
- [TODO](#todo)

## Features

Expand Down Expand Up @@ -179,25 +178,9 @@ Editor preferences are available in the [editor config](.editorconfig) for easy
## License
[MIT](LICENSE) © [Kong](https://www.konghq.com)
[Enterprise](LICENSE) © [Kong](https://www.konghq.com)
[license-url]: https://github.com/Kong/mockbin/blob/master/LICENSE
[npm-license]: https://img.shields.io/npm/l/mockbin.svg?style=flat-square
[npm-version]: https://img.shields.io/npm/v/mockbin.svg?style=flat-square
[gitter-url]: https://gitter.im/Kong/mockbin
[gitter-image]: https://img.shields.io/badge/Gitter-Join%20Chat-blue.svg?style=flat-square
## TODO
- [x] update node
- [x] github action
- [x] autofix on save
- [x] upsert bin endpoint
- [x] simplify entrypoint and environment
- [x] replace unirest with fetch
- [x] redis function binding
- [ ] remove redis legacyMode
- [ ] callback tests
- [ ] add bin tests
- [ ] wild cards in url

0 comments on commit 3445b0e

Please sign in to comment.