Skip to content

Commit

Permalink
Add missing features to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tascord committed Apr 5, 2024
1 parent 7ae4036 commit ccdbcaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![docs.rs](https://img.shields.io/docsrs/ptv?style=for-the-badge)](https://docs.rs/ptv)

## Status
🟩 ; Complete, 🟦 ; To be tested ([you can help!](https://github.com/tascord/ptvrs/issues/new)), 🟨 ; Needs work, πŸŸ₯ ; Avoid use in current state
🟩 ; Complete, 🟦 ; To be tested ([you can help!](https://github.com/tascord/ptvrs/issues/new)), 🟨 ; Needs work, πŸŸ₯ ; Avoid use in current state ; ❌ Not implemented, yet.
| Feature | Endpoint<br> | Status | Notes |
|-------------------|----------------------------------------|--------|---------------------------------------|
| **Departures** | /departures/stop/{}<br> | 🟨 | Types not yet concrete. See docs.<br> |
Expand All @@ -30,3 +30,7 @@
| | /runs/{} | 🟨 | " |
| | /runs/{}/route_type/{} | 🟨 | " |
| | /runs/route/{} | 🟨 | " |
| **Search** | /search/{} | ❌ | Not implemented |
| **Stops** | /stops/{}/route_type/{} | ❌ | " |
| | /stops/route/{}/route_type/{ | ❌ | " |
| | /stops/location/{}/{} | ❌ | " |

0 comments on commit ccdbcaf

Please sign in to comment.