{% extends 'base.html' %} {% block title %}API - BBQUDA{% endblock title %} {% block content %}

API

Instructions on how to access our API.

1

Login to our site to generate public authentication token.

2

Run following command in anaconda prompt: ./manage.py drf_create_token [YOUR_EMAIL_HERE]

3

Create a GET request to localhost:8000/getData/[YOUR_TOKEN] to retrieve the datasets



{% endblock %}