You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ We are glad that you are interested in Superface in the way of contributing. We
16
16
17
17
## Need help?
18
18
19
-
If you have any question about this project (for example, how to use it) or if you just need some clarification about anything, please [open an issue](https://github.com/superfaceai/one-sdk-js/issues/new/choose) or ask on the [Discord server](https://sfc.is/discord). Alternatively check the [Support page](https://superface.ai/support) for other ways how to reach us.
19
+
If you have any question about this project (for example, how to use it) or if you just need some clarification about anything, please [open an issue](https://github.com/superfaceai/one-sdk-js/issues/new/choose) or check the [Support page](https://superface.ai/support) for other ways how to reach us.
OneSDK is a universal API client which provides an unparalleled developer experience for every HTTP API. It enhances resiliency to API changes, and comes with built-in integration monitoring and provider failover.
16
16
@@ -21,7 +21,7 @@ For more details about Superface, visit [How it Works](https://superface.ai/how-
Superface is all about use cases. You can start with one of the publically available use cases from the [Superface Catalog](https://superface.ai/catalog).
47
47
48
48
Once you've got your use case, you need to provide OneSDK with:
These can be found on the profile page (e.g. [vcs/user-repos](https://superface.ai/vcs/user-repos)). Security values need to be obtained through the relevant provider (e.g. on their website, in your account settings, by contacting them, etc.).
If you are missing a use case, [let us know](#support)! You can also always [add your own use-case or API provider](https://superface.ai/docs/guides/how-to-create).
91
97
92
98
### Advanced usage
99
+
93
100
As your project grows in size and complexity, you may find it useful to have a central location for configuring details concerning your API integrations. There are also some features that cannot be used with the simple approach described above, namely:
94
-
- Using [locally stored profiles, maps and providers](https://superface.ai/docs/advanced-usage#local); e.g. (yet) unpublished integrations, or integrations with APIs internal to your organization.
- Using [locally stored profiles, maps and providers](https://superface.ai/docs/advanced-usage#local); e.g. (yet) unpublished integrations, or integrations with APIs internal to your organization.
To find out more, visit [Advanced Usage](https://superface.ai/docs/advanced-usage).
99
107
100
108
## Security
@@ -127,21 +135,19 @@ For metrics to be successfuly sent, the application needs to exit properly, i.e.
127
135
128
136
## Support
129
137
130
-
If you have any questions, want to report a bug, request a feature or you just want to talk, feel free to [open an issue](https://github.com/superfaceai/one-sdk-js/issues/new/choose) or hop on our [Discord server](https://sfc.is/discord).
131
-
132
-
You can find more options for reaching us on the [Support page](https://superface.ai/support).
138
+
If you have any questions, want to report a bug, request a feature or you just want to talk, feel free to [open an issue](https://github.com/superfaceai/one-sdk-js/issues/new/choose) or reach us in other ways through the [Support page](https://superface.ai/support).
133
139
134
140
## Public API
135
141
136
142
Only functions and APIs of entities below are a part of the public API, and can be safely relied upon not to break between semver-compatible releases.
137
143
138
144
Using other parts of this package is at your own risk.
139
145
140
-
* SuperfaceClient API
141
-
* Profile API
142
-
* UseCase API
143
-
* SuperJsonDocument Object
144
-
* Result API
146
+
- SuperfaceClient API
147
+
- Profile API
148
+
- UseCase API
149
+
- SuperJsonDocument Object
150
+
- Result API
145
151
146
152
Use of public APIs is described in the [reference](https://superface.ai/docs/reference/one-sdk).
147
153
@@ -153,6 +159,4 @@ We welcome all kinds of contributions! Please see the [Contribution Guide](CONTR
153
159
154
160
OneSDK is licensed under the [MIT License](LICENSE).
0 commit comments