Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

pytatki.views

Patryk Niedźwiedziński edited this page Nov 1, 2018 · 1 revision

v1.0.1

views.py - endpoints of application

List of functions

@ - endpoint

  • type_id()
  • has_access_to_notegroup()
  • has_access_to_usergroup()
  • find_notegroup_children()
  • get_root_id()
  • add_tag_to_note()
  • post_note() - create_note()
  • get_usergroups_of_user()
  • @homepage()
  • @app_view()
  • @about()
  • @delete_user()
  • @delete_notegroup()
  • @delete_note()
  • @user_list()
  • @give_admin()
  • @take_admin()
  • allowed_file()
  • @add()
  • @admin_add_post()
  • @admin_add_get()
  • @download()
  • @graphql_explorer()