Account Mapping
Archive: [Account Mapping v0.1]
Mapping object names and properties
OPENi | RunKeeper | |||||
---|---|---|---|---|---|---|
Properties | Properties | Properties | Properties | method | Properties | method |
id | id | id | id | - | - | |
object_type | - | - | - | |||
service | - | - | - | |||
url | - | link | link | - | - | |
[person] | name | name | - | - | ||
[wallet] | - | - | ||||
[user] | - | - | ||||
username | name | username | - | - | ||
- | - | |||||
password | - | - | ||||
validated | verified | - | - | |||
active | - | - |
Methods
Method | OPENi Method | RunKeeper |
---|---|---|
Get an account | GET API_PATH/{ACCOUNT_ID} | GET PROFILE_URI HTTP/1.1 |
Host: api.runkeeper.com | ||
Authorization: Bearer xxxxxxxxxxxxxxxx | ||
Accept: application/vnd.com.runkeeper.Profile+json | ||
Create an account | POST API_PATH/users | - |
-- | -- | -- |
Edit an account | PUT API_PATH/{ACCOUNT_ID} | PUT PROFILE_URI HTTP/1.1 |
Host: api.runkeeper.com | ||
Authorization: Bearer xxxxxxxxxxxxxxxx | ||
Accept: application/vnd.com.runkeeper.Profile+json | ||
Delete an account | DELETE API_PATH/{ACCOUNT_ID} | - |
Related
Wiki: Account Mapping v0.1
Wiki: user
Wiki: wallet
Wiki: account
Wiki: Profiles API