bc-ferries-api icon indicating copy to clipboard operation
bc-ferries-api copied to clipboard

🛳 The only public API for retrieving current data on BC Ferries sailings.

Results 7 bc-ferries-api issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

For both V1 and V2 of the API, next day sailings (identified by "(Tomorrow)") have wrong fill details. Example from BC Ferries website: ![sailings](https://github.com/samuel-pratt/bc-ferries-api/assets/20247151/310e92df-c501-4dcd-af9a-ff4382c3b919) API returns: ![api](https://github.com/samuel-pratt/bc-ferries-api/assets/20247151/7f732ced-e8ca-49ae-ad1f-5ea4a6a95ac9) From scraper.go: -...

I am working on a way for salt springers to monitor the relevant ferries easier, but I am missing a bunch of data. Here's some examples, the only route information...

Hi, I've written a JSON Schema for the V2 API (See [PR 43](https://github.com/samuel-pratt/bc-ferries-api/pull/43)). When I use it against JSON returned from the V2 end point it fails due to: -...

#### Overview This pull request introduces a JSON schema for the BC Ferries API V2. The schema is designed to validate the API response to enhance app data validation, improve...

Hi, just came across your API when attempting to build a BCFerries module for HomeAssistant, thanks for keeping this up to date! The only other module I found was a...