zendesk / link_platform

A SaaS application for linking community services to end users
Apache License 2.0
8 stars 7 forks source link

Implement services/full endpoints #269

Closed adam-hart closed 4 years ago

adam-hart commented 4 years ago

The HSDS API Guide specifies that services should provide a set of full apis in addition to the typical RESTful actions.

The primary difference being, it returns a service's nested attributes: including contacts, eligibility, fees, funding, regular_schedule, holiday_schedule, languages, payment_accepted, phones, required_documents, and service_area.

ceg1236 commented 4 years ago

Done except for nested attributes without a model: fees, funding, payment_accepted, required_documents, service_area. Reassessing if we'll create all these models.