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

STARTER TUTORIAL #6 : ADD a view to get consumption logs data #80

Draft
wants to merge 2 commits into
base: md_add_consume_log_action
Choose a base branch
from

Conversation

mdrobisch
Copy link
Collaborator

@mdrobisch mdrobisch commented Mar 3, 2023

See #79 for the previous step

  • Adds an view to get consumption log data
    • You can test the new action by sending the following http-request (json) to 127.0.0.1:5000/api/v1
    • {
        "actions" : [
          {
            "workspace" : "invoices",
            "action" : "getView",
            "view" : "consumedList"
          }
        ]
      }
      
    • You may use http basic auth to authenticate for tests
      • see devEnv.py for default user-name and passwords
      • you need to enable http basic auth by allow_basic_authentication= True in config.ini

HINT: Please do not merge this. This Pull Request is ment to be a starting point for new developers.

See #82 for the next step

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.

1 participant