├── LICENSE ├── README.md ├── step00_testing_rest_api_with_postman └── readme.md ├── step01_testing_graphql_api_with_postman └── readme.md ├── step01a_graphql_postman └── readme.md ├── step02_api_first_design_development └── readme.md ├── step03_usecase_driven_graphql_api_design_testing └── readme.md ├── step04_graph_databases └── readme.md ├── step05_production_ready_graphql └── readme.md ├── step06_relational_databases └── readme.md ├── step07_openapi_swagger_postman └── readme.md ├── step08_team_postman └── readme.md ├── step09_integrating_with_postman └── readme.md ├── stepxx_create_api └── readme.md ├── stepxx_define_api_specifications └── readme.md ├── stepxx_newman └── readme.md └── stepxx_postman_mock_servers └── readme.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/README.md -------------------------------------------------------------------------------- /step00_testing_rest_api_with_postman/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step00_testing_rest_api_with_postman/readme.md -------------------------------------------------------------------------------- /step01_testing_graphql_api_with_postman/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step01_testing_graphql_api_with_postman/readme.md -------------------------------------------------------------------------------- /step01a_graphql_postman/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step01a_graphql_postman/readme.md -------------------------------------------------------------------------------- /step02_api_first_design_development/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step02_api_first_design_development/readme.md -------------------------------------------------------------------------------- /step03_usecase_driven_graphql_api_design_testing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step03_usecase_driven_graphql_api_design_testing/readme.md -------------------------------------------------------------------------------- /step04_graph_databases/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step04_graph_databases/readme.md -------------------------------------------------------------------------------- /step05_production_ready_graphql/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step05_production_ready_graphql/readme.md -------------------------------------------------------------------------------- /step06_relational_databases/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step06_relational_databases/readme.md -------------------------------------------------------------------------------- /step07_openapi_swagger_postman/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step07_openapi_swagger_postman/readme.md -------------------------------------------------------------------------------- /step08_team_postman/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step08_team_postman/readme.md -------------------------------------------------------------------------------- /step09_integrating_with_postman/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/step09_integrating_with_postman/readme.md -------------------------------------------------------------------------------- /stepxx_create_api/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/stepxx_create_api/readme.md -------------------------------------------------------------------------------- /stepxx_define_api_specifications/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/stepxx_define_api_specifications/readme.md -------------------------------------------------------------------------------- /stepxx_newman/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/stepxx_newman/readme.md -------------------------------------------------------------------------------- /stepxx_postman_mock_servers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panacloud-modern-global-apps/api-design-prototype-testing/HEAD/stepxx_postman_mock_servers/readme.md --------------------------------------------------------------------------------