You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Ghana Health Service Implementation Project we will need an Adaptor for the Ghanaian Birth and Death Registry. The HISP Ghana team will be leading the development of this Adaptor, using the New Adaptor guide here: https://github.com/OpenFn/adaptors/wiki/Creating-a-new-Adaptor
Request
To start, this adaptor should:
handle authentication
include a generic GET helper so we can get any resource
include a generic POST so we can create any resource
include a generic PUT so we can update any resource
As we progress development for the initial project, we can incorporate specific helper functions. As a starting point, the generic requests will be a great start.
In terms of functionality, we know the initial workflow will need to:
Check if a UBCN already exists for a person
Generate a new UBCN for a person
API Docs
Pending input from the HISP Team
Credential for Testing
We will mock the API Calls within the job.
The text was updated successfully, but these errors were encountered:
Background
For the Ghana Health Service Implementation Project we will need an Adaptor for the Ghanaian Birth and Death Registry. The HISP Ghana team will be leading the development of this Adaptor, using the New Adaptor guide here: https://github.com/OpenFn/adaptors/wiki/Creating-a-new-Adaptor
Request
To start, this adaptor should:
As we progress development for the initial project, we can incorporate specific helper functions. As a starting point, the generic requests will be a great start.
In terms of functionality, we know the initial workflow will need to:
API Docs
Pending input from the HISP Team
Credential for Testing
We will mock the API Calls within the job.
The text was updated successfully, but these errors were encountered: