Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 981 Bytes

usage.md

File metadata and controls

37 lines (19 loc) · 981 Bytes

Using NodeTours

NodeTours app 3.1 implements REST and GraphQL APIs.

REST

REST API descriptors are located here.

GraphQL

To learn how to use Nodetours GraphQL endpoint, use GraphiQL playground at http://[your-NodeTours-url]/graphql and browse docs

docs

and schema

docs

To get this data programatically use GraphQL introspection API.

Getting started

All NodeTours REST and GraphQL endpoints are documeted in this Postman collection. Use is to learn how to call each API.

You can also use this collection to test your deployment. Simply run the collection

run-1

adjust settings

run-2

and check the results afterwards

run-result

If the deployment went OK, all tests should have passed.