Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endpoints/endpoints
a hypermedia API framework for javascript.
https://github.com/endpoints/endpoints
Last synced: 5 days ago
JSON representation
a hypermedia API framework for javascript.
- Host: GitHub
- URL: https://github.com/endpoints/endpoints
- Owner: endpoints
- License: mit
- Created: 2014-04-14T18:15:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T12:07:44.000Z (almost 8 years ago)
- Last Synced: 2024-10-24T11:26:06.402Z (15 days ago)
- Language: JavaScript
- Homepage: http://endpointsjs.com
- Size: 1.33 MB
- Stars: 167
- Watchers: 9
- Forks: 23
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - endpoints/endpoints - a hypermedia API framework for javascript. (others)
README
# endpoints [![Build Status](https://secure.travis-ci.org/endpoints/endpoints.svg)](http://travis-ci.org/endpoints/endpoints) [![Code Climate](https://codeclimate.com/github/endpoints/endpoints/badges/gpa.svg)](https://codeclimate.com/github/endpoints/endpoints)
[![NPM](https://nodei.co/npm/endpoints.png)](https://nodei.co/npm/endpoints/)
## What is it?
A pluggable hypermedia API framework compatible with any node http server or data store.Endpoints comes with a built in formatter for the [JSON API](http://jsonapi.org) specification and a storage adapter for [Bookshelf](http://bookshelfjs.org/).
*Check out the [example implementation](https://github.com/endpoints/example).*
## Roadmap
**This project is not currently under active development.** If you wish to continue development on Endpoints within
this repository, reach out to [@tkellen](https://github.com/tkellen).At the time of this writing, performance is **not** a concern of this project.
## Architecture
Please see [the wiki](https://github.com/endpoints/endpoints/wiki).