Skip to content

Commit

Permalink
Update the README with starter docs of API
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsk4 committed Nov 7, 2022
1 parent ef86ef4 commit d855fa6
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,51 @@
# IDEA-DeFi-CRAFT

Repository containing work on the IDEA DeFi project for the CRAFT grant issued for the duration of June 2022-May 2023.

# DeFi Data Engine Rest API

The data engine endpoint lives at [**http://defi-de.idea.rpi.edu:8080/defi/v1/rest**](http://defi-de.idea.rpi.edu:8080/defi/v1/rest){.uri}

## Current Paths

### /source_exists

| ?param | desc |
|--------|------|
| source | |

### /stream_exists

| ?param | desc |
|--------|------|
| key | |

### /initialize

| ?param | desc |
|-----------|------|
| source | |
| auth_data | |

### /is_authorized

| ?param | desc |
|--------|------|
| key | |

### /is_active

| ?param | desc |
|--------|------|
| key | |

### /request_dated

| ?param | desc |
|-------------|------|
| destination | |
| key | |
| request | |
| query | |
| start_date | |
| end_date | |

0 comments on commit d855fa6

Please sign in to comment.