You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elias Ponvert edited this page Mar 26, 2012
·
4 revisions
This is Mesh
A RESTful API framework for Python and Javascript
APIs are useful for systems and organizations to articulate clear
lines between different components of software products. The goal
of Mesh is to facilitate the creation and enforcement of robust,
documented and validated contracts between different components.
APIs defined in Mesh are built up from Resources, Requests
and Responses from which Mesh generates documentation, interfaces
and tests, when possible. The data definitions for each of these
are provided by Scheme, a
language for verifiable general API data schemas.