Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST and GraohQL intro page #763

Merged
merged 3 commits into from
Sep 17, 2024

Conversation

ecarson
Copy link
Contributor

@ecarson ecarson commented Sep 17, 2024

No description provided.

MichaelBaj
MichaelBaj previously approved these changes Sep 17, 2024
docs/intro_rest_graphql_apis.md Outdated Show resolved Hide resolved
docs/intro_rest_graphql_apis.md Outdated Show resolved Hide resolved
docs/intro_rest_graphql_apis.md Outdated Show resolved Hide resolved
docs/intro_rest_graphql_apis.md Outdated Show resolved Hide resolved
docs/intro_rest_graphql_apis.md Outdated Show resolved Hide resolved
`curl --request GET -k --url 'https://192.168.0.1/api/v1/version' -H "Content-Type: application/json" -H 'Authorization: Bearer <token>`

In this example the address of the SSR is `192.168.0.1`, the API being called is `/api/v1/version`, and an `Authorization` header is specifying a `Bearer` token. The value returned
from the `/api/v1/login` API should replace `<token>`, for example:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this line, it is integrated into the change above

docs/intro_rest_graphql_apis.md Outdated Show resolved Hide resolved
docs/intro_rest_graphql_apis.md Outdated Show resolved Hide resolved
docs/intro_rest_graphql_apis.md Outdated Show resolved Hide resolved
docs/intro_rest_graphql_apis.md Outdated Show resolved Hide resolved
@Chr1st0ph3rTurn3r Chr1st0ph3rTurn3r merged commit efc1f7f into master Sep 17, 2024
1 check passed
@Chr1st0ph3rTurn3r Chr1st0ph3rTurn3r deleted the ecarson/rest-graphql-introduction branch September 17, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants