https://github.com/ChristianMurphy/uPortal-graphql
GraphQL bindings to uPortal API
https://github.com/ChristianMurphy/uPortal-graphql
api-wrapper graphql nodejs uportal
Last synced: 10 months ago
JSON representation
GraphQL bindings to uPortal API
- Host: GitHub
- URL: https://github.com/ChristianMurphy/uPortal-graphql
- Owner: ChristianMurphy
- License: apache-2.0
- Archived: true
- Created: 2018-11-13T23:56:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T03:52:35.000Z (over 5 years ago)
- Last Synced: 2024-10-24T02:34:46.578Z (about 1 year ago)
- Topics: api-wrapper, graphql, nodejs, uportal
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uPortal-graphql
[](https://travis-ci.com/ChristianMurphy/uPortal-graphql)
> GraphQL bindings to uPortal API
### Setup
```sh
git clone git@github.com:ChristianMurphy/uPortal-graphql.git
npm install
```
### Usage
```sh
npm start
```
### Configuration
Set environment variables, or create a _.env_ file.
| option | default | description |
| ------ | ----------------------- | -------------------------------------------------------- |
| `HOST` | 'http://localhost:8080' | protocol, host, and (optional) port of the portal server |
### Test
```sh
npm test
```