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
We need to define and create API Service to let people access the census data. However, the api will not be freely public as data shall be treated with care. Thus, we need to create an API service that require authentication via application ID and secret to facilitate the Machine to Machine communication. If needed, new tables could be made to control the application data.
The data also shall include the owner, date of creation, name of application, and description of application. Along with app id and secret key, these fields shall be prohibited to have null values. App Id shall be cryptographically randomized.
The text was updated successfully, but these errors were encountered:
We need to define and create API Service to let people access the census data. However, the api will not be freely public as data shall be treated with care. Thus, we need to create an API service that require authentication via application ID and secret to facilitate the Machine to Machine communication. If needed, new tables could be made to control the application data.
The data also shall include the owner, date of creation, name of application, and description of application. Along with app id and secret key, these fields shall be prohibited to have null values. App Id shall be cryptographically randomized.
The text was updated successfully, but these errors were encountered: