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

Implement URLExecute() function #179

Open
axkr opened this issue May 11, 2020 · 0 comments
Open

Implement URLExecute() function #179

axkr opened this issue May 11, 2020 · 0 comments
Labels
enhancement help wanted Your help is much appreciated

Comments

@axkr
Copy link
Owner

axkr commented May 11, 2020

Implement a function URLExecute(url-as-string) which returns the reponse of a http query as JSON format from a Rest API and returns a List() of nested Lists of Rules representing the JSON format.

Take for example the wikipedia api:

which can return a response in json or jsonfm format

In FullForm format the list will have a structure like this:

List( 
  Rule("tag1", 1234), 
  Rule("tag2", List(
                        Rule("subTag1",42),...)
  )
)
@axkr axkr added help wanted Your help is much appreciated and removed good first issue labels Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted Your help is much appreciated
Projects
None yet
Development

No branches or pull requests

1 participant