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

add completed VC development documents for developer #6

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

higherordertech
Copy link
Contributor

No description provided.

refactor

add doc to explain VC output JSON

refactor

- `Http.GetString(string memory url, string memory jsonPointer, HttpHeader[] memory headers)`: Executes a GET request and retrieves an String value from the response using a JSON pointer.

- `Http.Get(string memory url, HttpHeader[] memory headers)`: Executes a GET request and return a String value.
Copy link
Member

Choose a reason for hiding this comment

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

I think we should be more precise here:

This returns a whole JSON - it can be used later to get data using json pointers. Compared to Get* functions this is the method to get multiple values from single response.

@higherordertech higherordertech merged commit b55d4e1 into dev Oct 16, 2024
4 checks passed
@github-actions github-actions bot deleted the documentation branch October 16, 2024 01:28
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.

2 participants