https://github.com/balsama/simpest
Simple requests to JSON API endpoints with OAuth2 tokens
https://github.com/balsama/simpest
drupal json-api jsonapi oauth2
Last synced: about 2 months ago
JSON representation
Simple requests to JSON API endpoints with OAuth2 tokens
- Host: GitHub
- URL: https://github.com/balsama/simpest
- Owner: balsama
- Created: 2018-06-09T16:37:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T02:49:28.000Z (about 8 years ago)
- Last Synced: 2025-06-19T15:50:51.934Z (about 1 year ago)
- Topics: drupal, json-api, jsonapi, oauth2
- Language: PHP
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Request (Simpest)
Makes simple requests to JSON API Endpoints using OAuth2 tokens.
## Installation and usage
This is a Drupal module. Install it like any other.
**To send a request, visit `/simpest/form/request`, and select the desired
options.**
## OAuth2 Client and post data
Add additional client configurations and data to post by adding yaml files to
the `/config/FormValues/Clients` and `/config/FormValues/PostData` directories
respectively.
## Motivation
I often need something to help troubleshoot Lightning API and it takes me WAY
too long to get everything configured each time. And Postman's new user
interface is too confusing for me.
The client configuration in the Clients directory matches the testing client
that ships with Lightning API.