cagov / API

Used to develop Function As A Service Apps in support of Alpha.CA.gov.
5 stars 3 forks source link

create API for lane closure data #12

Closed aaronhans closed 4 years ago

aaronhans commented 4 years ago

Pull the lcs data from Caltrans every 5 minutes and reorganize it so it can power out client side application in the UX repo

aaronhans commented 4 years ago
aaronhans commented 4 years ago

working production endpoint: http://fa-go-alph-d-001.azurewebsites.net/LaneClosures/US-50?lat1=38.573832&lat2=38.956177&lon1=-121.490044&lon2=-119.942837&direction=East

aaronhans commented 4 years ago

Now we have 3 new APIs returning interesting near real time road information available at live FAAS endpoints in azure and documented on postman: https://documenter.getpostman.com/view/9918160/SWLb8Uep?version=latest#d5f75d04-de78-44e8-a227-2b3b00a11a5d

aaronhans commented 4 years ago

This task is complete. The postman documentation tools and resulting pages are pretty cool

We do a lot more as far as documenting these APIs. We are privileged to have the ear of some experienced advisors and hopefully we'll hear from them with some recommendations. We could also run our documentation strategies by our content design team or look into Worth looking into stuff like https://konghq.com/blog/leveraging-openapi-awesome-apis/ we should research this and probably create some follow up tasks

abquirarte commented 4 years ago

✅ Sweet! We'll def want to do more of this.