File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
## About the project
36
36
37
37
This repo self-contained snippets that demonstrate use of custom directives and other techniques in
38
- IBM API Connect Essentuials (StepZen).
38
+ IBM API Connect Essentials (StepZen).
39
39
40
40
## Getting Started
41
41
42
42
Sign up for a free API Connect Essentials SaaS plan: https://www.ibm.com/account/reg/us-en/signup?formid=urx-52542
43
43
44
- Read: https://www.ibm.com/docs/en/api-connect/ace/saas?topic=understanding-api-connect-essentials
44
+ Read: [ understanding API Connect Essentials (StepZen) ] ( https://www.ibm.com/docs/en/api-connect/ace/saas?topic=understanding-api-connect-essentials )
45
45
46
46
[ Install] ( https://www.ibm.com/docs/en/api-connect/ace/saas?topic=setting-up-your-environment#set-up-env__title__3 ) the StepZen command line interface.
47
47
@@ -51,11 +51,11 @@ Documentation: https://www.ibm.com/docs/en/api-connect/ace/saas
51
51
52
52
The snippets are generally broken up into functional areas, with each folder covering a specific topic:
53
53
54
- ### Directives
54
+ ### Custom Directives
55
55
56
56
- [ @dbquery ] ( dbquery/README.md ) - Use ` @dbquery ` for connecting to databases, including pagination and filtering.
57
57
- [ @materializer ] ( materializer ) - Use of ` @materializer ` to extend types by linking disparate backends into a single unified view.
58
- - [ @rest ] - Connects to REST APIs
58
+ - @rest - Connects to REST APIs
59
59
- [ rest] ( rest/README.md ) - Use of ` @rest ` for connecting to REST endpoints, including pagination.
60
60
- [ transforms] ( transforms/README.md ) - How to transform REST API responses to match GraphQL types with ` @rest ` .
61
61
- [ @sequence ] ( sequence/README.md ) - Use of ` @sequence ` to resolve a field from multiple field resolutions, such as multiple backend calls.
You can’t perform that action at this time.
0 commit comments