APIs
GraphQL API
Paminga's GraphQL API is extensive.
The GraphQL API drives nearly all functionality in Paminga's interface. As such, new capabilities are added regularly.
JSON RPC API
The JSON RPC API is deprecated.
...but it's not going away.
- All endpoints and methods documented in the JSON RPC API are considered safe for production usage
- We do not intend to add additional functionality to the JSON RPC API
- We have no intention of
- Making breaking changes
- Decommissioning the endpoints
- Undertaking other change that interferes with successful calls to this API
References to Net-Results
The JSON RPC API was created when Paminga was known as "Net-Results".
As such, you will encounter many references to Net-Results throughout the documentation for the JSON RPC API.
The database underlying this API is the Paminga database. All methods present in this API interact with your production data in the Paminga instance to which you are authenticated.
You may safely ignore the fact that endpoint URLs point to net-results.com. They all work with your Paminga instance.