npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/myspace

v5.0.0

Published

DataFire integration for MySpace

Downloads

12

Readme

@datafire/myspace

Client library for MySpace

Installation and Usage

npm install --save @datafire/myspace
let myspace = require('@datafire/myspace').create();

.then(data => {
  console.log(data);
});

Description

Create apps and games within the MySpace platform. Monetize through advertising and virtual goods.

Actions

1.0.statusmoodcomments.personId._self.statusId.post

Posts a comment to a status.

myspace.1.0.statusmoodcomments.personId._self.statusId.post({
  "Content-Type": "",
  "personId": "",
  "statusId": "",
  "selector": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • statusId required string: Specifies which status or mood to post a comment for.
    • selector required string (values: @self, @all, @friends): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.statusmood.personId.selector.friendId.history.get

Returns History Friend.

myspace.1.0.statusmood.personId.selector.friendId.history.get({
  "personId": "",
  "friendId": "",
  "selector": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • friendId required string: Is the same as {personId}, but for the person's friend.
    • selector required string (values: @self, @all, @friends): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.statusmood.personId.selector.friendId.get

Returns a status for Friend.

myspace.1.0.statusmood.personId.selector.friendId.get({
  "personId": "",
  "friendId": "",
  "selector": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • friendId required string: Is the same as {personId}, but for the person's friend.
    • selector required string (values: @self, @all, @friends): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.statusmood.personId.selector.history.get

Returns History User.

myspace.1.0.statusmood.personId.selector.history.get({
  "personId": "",
  "selector": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.statusmood.personId.selector.put

Updates a status for User.

myspace.1.0.statusmood.personId.selector.put({
  "Content-Type": "",
  "personId": "",
  "selector": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.statusmood.personId.selector.get

Returns a status for User.

myspace.1.0.statusmood.personId.selector.get({
  "personId": "",
  "selector": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.statusmood.personId._supportedMood.moodId.put

Updates a mood.

myspace.1.0.statusmood.personId._supportedMood.moodId.put({
  "Content-Type": "",
  "personId": "",
  "moodId": 0
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • moodId required integer: The integer value of the specific mood that you want to retrieve data for.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.statusmood.personId._supportedMood.moodId.get

Retrieves a mood.

myspace.1.0.statusmood.personId._supportedMood.moodId.get({
  "personId": "",
  "moodId": 0
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • moodId required integer: The integer value of the specific mood that you want to retrieve data for.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.statusmood.personId._supportedMood.post

Adds a mood.

myspace.1.0.statusmood.personId._supportedMood.post({
  "Content-Type": "",
  "personId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.statusmood.personId._supportedMood.get

Retrieves all supported moods.

myspace.1.0.statusmood.personId._supportedMood.get({
  "personId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • filterBy string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterOp string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • filterValue string: See: http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API#Filtering_Results
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaitemcomments.personId._self.albumId.mediaItemId.get

Retrieves item comments from a specified album.

myspace.1.0.mediaitemcomments.personId._self.albumId.mediaItemId.get({
  "personId": "",
  "albumId": "",
  "mediaItemId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • albumId required string: Indicates which single album from the group identified by {selector} should be returned.
    • mediaItemId required string: Indicates which single media item from the album identified by {albumId} should be returned.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._videos._supportedcategories.categoryId.get

Retrieves videos for Category.

myspace.1.0.mediaItems.personId._videos._supportedcategories.categoryId.get({
  "personId": "",
  "categoryId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • categoryId required string: Indicates the video category about which you want to retrieve data.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._videos._supportedcategories.get

Retrieves supported categories.

myspace.1.0.mediaItems.personId._videos._supportedcategories.get({
  "personId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._self._videos.mediaItemId.put

Updates an video.

myspace.1.0.mediaItems.personId._self._videos.mediaItemId.put({
  "Content-Type": "",
  "personId": "",
  "mediaItemId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • mediaItemId required string: Indicates which single media item should be returned.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._self._videos.mediaItemId.get

Retrieves a video.

myspace.1.0.mediaItems.personId._self._videos.mediaItemId.get({
  "personId": "",
  "mediaItemId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • mediaItemId required string: Indicates which single media item should be returned.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._self._videos.post

Adds videos from a specified album.

myspace.1.0.mediaItems.personId._self._videos.post({
  "Content-Type": "",
  "personId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._self._videos.get

Retrieves all the videos.

myspace.1.0.mediaItems.personId._self._videos.get({
  "personId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._self.albumId.mediaItemId.put

Updates an item from a specified album.

myspace.1.0.mediaItems.personId._self.albumId.mediaItemId.put({
  "Content-Type": "",
  "personId": "",
  "albumId": "",
  "mediaItemId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • albumId required string: Indicates which single album from the group identified by {selector} should be returned.
    • mediaItemId required string: Indicates which single media item from the album identified by {albumId} should be returned.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._self.albumId.mediaItemId.get

Retrieves an item from a specified album.

myspace.1.0.mediaItems.personId._self.albumId.mediaItemId.get({
  "personId": "",
  "albumId": "",
  "mediaItemId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • albumId required string: Indicates which single album from the group identified by {selector} should be returned.
    • mediaItemId required string: Indicates which single media item from the album identified by {albumId} should be returned.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._self.albumId.post

Adds items from a specified album.

myspace.1.0.mediaItems.personId._self.albumId.post({
  "Content-Type": "",
  "personId": "",
  "albumId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • albumId required string: Indicates which single album from the group identified by {selector} should be returned.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems.personId._self.albumId.get

Retrieves items from a specified album.

myspace.1.0.mediaItems.personId._self.albumId.get({
  "personId": "",
  "albumId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • albumId required string: Indicates which single album from the group identified by {selector} should be returned.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.mediaItems._supportedFields.get

Retrieves all supported fields.

myspace.1.0.mediaItems._supportedFields.get({}, context)

Input

  • input object
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold fields are always returned.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

stream.subscription._all.delete

Deletes all subscriptions.

myspace.stream.subscription._all.delete({}, context)

Input

  • input object
    • format string (values: json, xml): Determines the format of the response.

Output

Output schema unknown

stream.subscription._all.get

Retrieves all subscriptions.

myspace.stream.subscription._all.get({}, context)

Input

  • input object
    • format string (values: json, xml): Determines the format of the response.

Output

Output schema unknown

stream.subscription.subscriptionId.delete

Deletes a subscription.

myspace.stream.subscription.subscriptionId.delete({
  "subscriptionId": 0
}, context)

Input

  • input object
    • subscriptionId required integer: The subscription's identifier.
    • format string (values: json, xml): Determines the format of the response.

Output

Output schema unknown

stream.subscription.subscriptionId.put

Updates a subscription.

myspace.stream.subscription.subscriptionId.put({
  "Content-Type": "",
  "subscriptionId": 0
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • subscriptionId required integer: The subscription's identifier.
    • format string (values: json, xml): Determines the format of the response.

Output

Output schema unknown

stream.subscription.subscriptionId.get

Retrieves a subscription.

myspace.stream.subscription.subscriptionId.get({
  "subscriptionId": 0
}, context)

Input

  • input object
    • subscriptionId required integer: The subscription's identifier.
    • format string (values: json, xml): Determines the format of the response.

Output

Output schema unknown

stream.subscription.post

Creates a subscription.

myspace.stream.subscription.post({
  "Content-Type": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • format string (values: json, xml): Determines the format of the response.

Output

Output schema unknown

opensearch.videos.get

Returns search results for videos.

myspace.opensearch.videos.get({
  "searchTerms": ""
}, context)

Input

  • input object
    • searchTerms required string: Free form search terms or query words
    • count integer: Number of items to return.
    • culture string: The culture context of the search. Default is en-us.
    • format string (values: json): Determines the format of the response.
    • startPage integer: Which page to start at for the results.
    • tag integer: Determine if searching on tags, as opposed to contents. To enable tag search, set to 1.
    • videoMode integer (values: 1, 2): Search for specific video types. Two allowed values are videoMode=1 (music videos) or videoMode=2 (official).

Output

Output schema unknown

opensearch.images.get

Returns search results for images.

myspace.opensearch.images.get({
  "searchTerms": ""
}, context)

Input

  • input object
    • searchTerms required string: Free form search terms or query words
    • count integer: Number of items to return.
    • culture string: The culture context of the search. Default is en-us.
    • format string (values: json, xml): Determines the format of the response.
    • sortBy string: How to sort the images. Default is all.
    • sortOrder string: Indicates whether to sort ascending or descending. Default is descending.
    • startPage integer: Which page to start at for the results.

Output

Output schema unknown

opensearch.people.get

Returns search results for people.

myspace.opensearch.people.get({
  "searchTerms": ""
}, context)

Input

  • input object
    • searchTerms required string: Free form search terms or query words
    • count integer: Number of items to return.
    • countryCode string: Country code to search with. Can be used instead of culture.
    • culture string: The culture context of the search. Default is en-us.
    • distance integer: Distance away from location to return results. Default is in miles, but depending on culture specified, it can be in kilometers.
    • format string (values: json, xml): Determines the format of the response.
    • gender string: The gender to filter on. Default is both.
    • hasPhoto string: Filter for only those who have a photo. Default those with or without a photo.
    • latitude integer: Geographic latitude. Required to be combined with longitude and not combined with location field.
    • location string: The location field, such as city, state and/or country.
    • longitude integer: Geographic longitude. Required to be combined with latitude and not combined with location field.
    • minAge integer: Minimum age for returned people. Same functionality as the MySpace website search.
    • maxAge integer: Maximum age for returned people. Same functionality as the MySpace website search.
    • searchBy string: Which field the search should go through. Default is all of the fields. (yomi is only available to ja-jp culture).
    • startPage integer: Which page to start at for the results.

Output

Output schema unknown

1.0.profilecomments.personId._self.get

Retrieves profile comments.

myspace.1.0.profilecomments.personId._self.get({
  "personId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.

Output

Output schema unknown

1.0.people.personId.selector.friendId.get

Retrieves friend data.

myspace.1.0.people.personId.selector.friendId.get({
  "personId": "",
  "selector": "",
  "friendId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends, groupId): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • friendId required string: Is the same as {personId}, but for the person's friend.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold are default values.
    • filterBy string: @friends, hasapp, @topfriends, @toponlinefriends, networkpresence.
    • filterOp string: contains, equals
    • filterValue string: , online, true|false
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.people.personId.selector.get

Retrieves user data.

myspace.1.0.people.personId.selector.get({
  "personId": "",
  "selector": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends, groupId): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold are default values.
    • filterBy string: @friends, hasapp, @topfriends, @toponlinefriends, networkpresence.
    • filterOp string: contains, equals
    • filterValue string: , online, true|false
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.people._supportedFields.get

Retrieves all supported fields.

myspace.1.0.people._supportedFields.get({}, context)

Input

  • input object
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold are default values.
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.appdata.personId.selector.appId.delete

Deletes a specified user's application data.

myspace.1.0.appdata.personId.selector.appId.delete({
  "personId": "",
  "selector": "",
  "appId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends, groupId): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • appId required string: The application's ID associated with the OAuth ConsumerKey/ConsumerSecret pair.
    • fields string: The fields correspond to keys in the application data. One uses fields to only retrieve specific keys. If the request omits fields, all application data per user will be returned.
    • format string (values: json, xml): Determines the format of the response.

Output

Output schema unknown

1.0.appdata.personId.selector.appId.post

Adds or updates a specified user's application data.

myspace.1.0.appdata.personId.selector.appId.post({
  "Content-Type": "",
  "personId": "",
  "selector": "",
  "appId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends, groupId): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • appId required string: The application's ID associated with the OAuth ConsumerKey/ConsumerSecret pair.
    • fields string: The fields correspond to keys in the application data. One uses fields to only retrieve specific keys. If the request omits fields, all application data per user will be returned.
    • format string (values: json, xml): Determines the format of the response.

Output

Output schema unknown

1.0.appdata.personId.selector.appId.get

Retrieves all application data for a specified user.

myspace.1.0.appdata.personId.selector.appId.get({
  "personId": "",
  "selector": "",
  "appId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends, groupId): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • appId required string: The application's ID associated with the OAuth ConsumerKey/ConsumerSecret pair.
    • fields string: The fields correspond to keys in the application data. One uses fields to only retrieve specific keys. If the request omits fields, all application data per user will be returned.
    • format string (values: json, xml): Determines the format of the response.

Output

Output schema unknown

1.0.notifications.personId._self.post

Sends notification.

myspace.1.0.notifications.personId._self.post({
  "Content-Type": "",
  "personId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.

Output

Output schema unknown

1.0.groups.personId.get

Retrieves the current user's groups.

myspace.1.0.groups.personId.get({
  "personId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported: id and title.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.groups._supportedFields.get

Retrieves all supported fields.

myspace.1.0.groups._supportedFields.get({}, context)

Input

  • input object
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported: id and title.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.albums.personId._self.albumId.put

Update an Album.

myspace.1.0.albums.personId._self.albumId.put({
  "Content-Type": "",
  "personId": "",
  "albumId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.
    • albumId required string: Indicates which single album should be returned.

Output

Output schema unknown

1.0.albums.personId._self.albumId.get

Retrieves an album.

myspace.1.0.albums.personId._self.albumId.get({
  "personId": "",
  "albumId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • albumId required string: Indicates which single album should be returned.

Output

Output schema unknown

1.0.albums.personId._self.post

Adding an Album.

myspace.1.0.albums.personId._self.post({
  "Content-Type": "",
  "personId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.

Output

Output schema unknown

1.0.albums.personId._self.get

Retrieves the current user's albums.

myspace.1.0.albums.personId._self.get({
  "personId": ""
}, context)

Input

  • input object
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold are default values.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.
    • personId required string: The person's identifier.

Output

Output schema unknown

1.0.albums._supportedFields.get

Retrieves all supported fields.

myspace.1.0.albums._supportedFields.get({}, context)

Input

  • input object
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported. Bold are default values.
    • msPrivacyLevel string (values: me, friendsonly, everyone): MySpace specific field. May be one of the following values:
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.

Output

Output schema unknown

1.0.activities.personId.selector.appId.get

Retrieves activities created by an application.

myspace.1.0.activities.personId.selector.appId.get({
  "personId": "",
  "selector": "",
  "appId": ""
}, context)

Input

  • input object
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.
    • appId required string: The application's ID associated with the OAuth ConsumerKey/ConsumerSecret pair.
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.
    • updatedSince string: Indicates the date before which no activities should be returned.

Output

Output schema unknown

1.0.activities._supportedObjectTypes.get

Retrieves all supported object types.

myspace.1.0.activities._supportedObjectTypes.get({}, context)

Input

  • input object
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.
    • updatedSince string: Indicates the date before which no activities should be returned.

Output

Output schema unknown

1.0.activities._supportedVerbs.get

Retrieves all supported verbs.

myspace.1.0.activities._supportedVerbs.get({}, context)

Input

  • input object
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.
    • updatedSince string: Indicates the date before which no activities should be returned.

Output

Output schema unknown

1.0.activities._supportedFields.get

Retrieves all supported fields.

myspace.1.0.activities._supportedFields.get({}, context)

Input

  • input object
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.
    • updatedSince string: Indicates the date before which no activities should be returned.

Output

Output schema unknown

1.0.activities.personId._self.post

Creates an activity for the user.

myspace.1.0.activities.personId._self.post({
  "Content-Type": "",
  "personId": ""
}, context)

Input

  • input object
    • Content-Type required string: Specifies Content Type.
    • personId required string: The person's identifier.

Output

Output schema unknown

1.0.activities.personId.selector.get

Retrieves all activities for the user or for the friends of the viewer.

myspace.1.0.activities.personId.selector.get({
  "personId": "",
  "selector": ""
}, context)

Input

  • input object
    • count string: Only returns the nearest multiple of 3 compared to the original value.
    • fields string: The following field names are supported.
    • format string (values: json, xml): Determines the format of the response.
    • startIndex string: Indicates the index of the first item to retrieve from the query set.
    • updatedSince string: Indicates the date before which no activities should be returned.
    • personId required string: The person's identifier.
    • selector required string (values: @self, @all, @friends): Indicates which set of individuals to query for activities. @friends and @all currently can be used interchangeably.

Output

Output schema unknown

Definitions

This integration has no definitions