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
Write a PHP module that consumes Life. API. It has to be as simple to use as possible and properly use PHP objects. It has to be compatible with Composer.
Life. API is a RESTful API that returns JSON objects. It has ~50 methods but most of them do pretty much the same thing and the only difference is the object returned and the parameters so it's easy to make the functions generic.
Why? We want to let other apps use the great features Life. has to offer so our API is open. To help developers use it, we want to provide SDKs. This is one of them.
Technologies & Tools
Programming language: PHP5+
Authentication handled with OAuth2
API Documentation automatically generated with Swagger
Hosted on GitHub
Duration
1 week
Due date : June 30th
The text was updated successfully, but these errors were encountered:
Mission
Write a PHP module that consumes Life. API. It has to be as simple to use as possible and properly use PHP objects. It has to be compatible with Composer.
Life. API is a RESTful API that returns JSON objects. It has ~50 methods but most of them do pretty much the same thing and the only difference is the object returned and the parameters so it's easy to make the functions generic.
Why?
We want to let other apps use the great features Life. has to offer so our API is open. To help developers use it, we want to provide SDKs. This is one of them.
Technologies & Tools
Duration
The text was updated successfully, but these errors were encountered: