Skip to content

sylvinrodz/metaOneAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Reference

Main API base URL

https://asia-south1-metaone-ec336.cloudfunctions.net/api

Login

Get All login

  GET /logins
  • To get all the users data

Get login by id

  GET /login/:id
Parameter Type Description
id string Required. ID of the user
  • To get single user data by ID

Avtar (Save Avtar)

  POST /saveAvatar
Parameter Type Description
userID string Required. ID of the user
Data string Required. Add all your data points
  • To save user Avtar
  GET /getAvtar/:userID
Parameter Type Description
userID string Required. ID of the user
  • To get single user Avtar by userID

Spaces (User Based)

Get All Space

  GET /spaces/:userID/:limit/:lastName
Parameter Type Description
userID string Required. ID of the user
limit string Required. number of spaces
lastName string Required. name of the last space
  • To get spaces of the user by userID

Search Space by name

  GET /serchSpaces/:userID/:name
Parameter Type Description
userID string Required. ID of the user
name string Required. Search Text (name)
  • To serach spaces by name

Get space by id

  GET /api/space/:id
Parameter Type Description
id string Required. SpaceId of single space details to fetch
  • To get single space data by Space ID

Spaces (New Spaces)(Pre-Added)

Get All Space

  GET /newSpaces/:limit/:lastName
Parameter Type Description
limit string Required. number of spaces
lastName string Required. name of the last space
  • To get all spaces added by Admin(Skilliza)

Add new space in user spaces

  POST /addnewSpacesInUser
Parameter Type Description
newSpacesID string Required.ID of the New Spaces
userID string Required. ID of the user
  • To add spaces added by Admin(Skilliza) to spaces (user based)

Spaces (3d Models)(unity)

All Models

  GET /getSpaceObjects/:spaceID/:SpaceType
Parameter Type Description
spaceID string Required. ID of spaces
SpaceType string Required. type of space (Explor,spaces)
  • To get 3d models of particular space

All Models move

  POST /moveSpaceObject
Parameter Type Description
modalID string Required. ID of model
position string Required. position of model
rotation string Required. rotation of model
scale string Required. scale of model
  • To get 3d models of particular space

Main Model

  GET /getSpaceMainObject/:spaceID/:SpaceType
Parameter Type Description
spaceID string Required. ID of spaces
SpaceType string Required. type of space (Explor,spaces)
  • To get 3d models of particular space

Spaces (Files)(images,videos)(unity)

  GET /getSpaceFiles/:spaceID/:SpaceType
Parameter Type Description
spaceID string Required. ID of spaces
SpaceType string Required. type of space (Explor,spaces)
  • To get 3d models of particular space

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published