abouthttps://api.pixlab.io/about
Description
Return copyright notice and information related to the PixLab API.
HTTP Methods
GET
Request Parameters
None
Response
application/json
200 - This command always succeed and a JSON object is always returned. The following are the JSON fields returned in response body:
Fields | Type | Description |
---|---|---|
status | Integer | Status code 200 indicates success, any other code indicates failure (Can't happen with this command). |
payload | String | Copyright notice and information related to the PixLab API. |
Python Example
# Refer to https://github.com/symisc/pixlab for the full list of production ready code samples...