0.0.2 • Published 10 months ago

narwhalyeti v0.0.2

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
10 months ago

narwhalyeti

Narwhalyeti - JavaScript client for narwhalyeti This is the interface for interacting with the Asana Platform. Our API reference is generated from our OpenAPI spec. This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 0.0.2
  • Build package: com.asana.codegen.JavascriptClientCodegenGenerator For more information, please visit https://asana.com/support

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install narwhalyeti --save

git

If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var Narwhalyeti = require('narwhalyeti');
var defaultClient = Narwhalyeti.ApiClient.instance;

// Configure OAuth2 access token for authorization: oauth2
var oauth2 = defaultClient.authentications['oauth2'];
oauth2.accessToken = "YOUR ACCESS TOKEN"

var api = new Narwhalyeti.AttachmentsApi()
var opts = { 
  'resource_subtype': "external", // {String} 
  'file': "file_example", // {Blob} 
  'parent': "parent_example", // {String} 
  'url': "url_example", // {String} 
  'name': "name_example", // {String} 
  'connect_to_app': true, // {Boolean} 
  'opt_fields': ["[\"connected_to_app\",\"created_at\",\"download_url\",\"host\",\"name\",\"parent\",\"parent.name\",\"parent.resource_subtype\",\"permanent_url\",\"resource_subtype\",\"size\",\"view_url\"]"] // {[String]} This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.createAttachmentForObject(opts, callback);

Documentation for API Endpoints

All URIs are relative to https://app.asana.com/api/1.0

ClassMethodHTTP requestDescription
Narwhalyeti.AttachmentsApicreateAttachmentForObjectPOST /attachmentsUpload an attachment
Narwhalyeti.AttachmentsApideleteAttachmentDELETE /attachments/{attachment_gid}Delete an attachment
Narwhalyeti.AttachmentsApigetAttachmentGET /attachments/{attachment_gid}Get an attachment
Narwhalyeti.AttachmentsApigetAttachmentsForObjectGET /attachmentsGet attachments from an object
Narwhalyeti.AuditLogAPIApigetAuditLogEventsGET /workspaces/{workspace_gid}/audit_log_eventsGet audit log events
Narwhalyeti.BatchAPIApicreateBatchRequestPOST /batchSubmit parallel requests
Narwhalyeti.CustomFieldSettingsApigetCustomFieldSettingsForPortfolioGET /portfolios/{portfolio_gid}/custom_field_settingsGet a portfolio's custom fields
Narwhalyeti.CustomFieldSettingsApigetCustomFieldSettingsForProjectGET /projects/{project_gid}/custom_field_settingsGet a project's custom fields
Narwhalyeti.CustomFieldsApicreateCustomFieldPOST /custom_fieldsCreate a custom field
Narwhalyeti.CustomFieldsApicreateEnumOptionForCustomFieldPOST /custom_fields/{custom_field_gid}/enum_optionsCreate an enum option
Narwhalyeti.CustomFieldsApideleteCustomFieldDELETE /custom_fields/{custom_field_gid}Delete a custom field
Narwhalyeti.CustomFieldsApigetCustomFieldGET /custom_fields/{custom_field_gid}Get a custom field
Narwhalyeti.CustomFieldsApigetCustomFieldsForWorkspaceGET /workspaces/{workspace_gid}/custom_fieldsGet a workspace's custom fields
Narwhalyeti.CustomFieldsApiinsertEnumOptionForCustomFieldPOST /custom_fields/{custom_field_gid}/enum_options/insertReorder a custom field's enum
Narwhalyeti.CustomFieldsApiupdateCustomFieldPUT /custom_fields/{custom_field_gid}Update a custom field
Narwhalyeti.CustomFieldsApiupdateEnumOptionPUT /enum_options/{enum_option_gid}Update an enum option
Narwhalyeti.EventsApigetEventsGET /eventsGet events on a resource
Narwhalyeti.GoalRelationshipsApiaddSupportingRelationshipPOST /goals/{goal_gid}/addSupportingRelationshipAdd a supporting goal relationship
Narwhalyeti.GoalRelationshipsApigetGoalRelationshipGET /goal_relationships/{goal_relationship_gid}Get a goal relationship
Narwhalyeti.GoalRelationshipsApigetGoalRelationshipsGET /goal_relationshipsGet goal relationships
Narwhalyeti.GoalRelationshipsApiremoveSupportingRelationshipPOST /goals/{goal_gid}/removeSupportingRelationshipRemoves a supporting goal relationship
Narwhalyeti.GoalRelationshipsApiupdateGoalRelationshipPUT /goal_relationships/{goal_relationship_gid}Update a goal relationship
Narwhalyeti.GoalsApiaddFollowersPOST /goals/{goal_gid}/addFollowersAdd a collaborator to a goal
Narwhalyeti.GoalsApicreateGoalPOST /goalsCreate a goal
Narwhalyeti.GoalsApicreateGoalMetricPOST /goals/{goal_gid}/setMetricCreate a goal metric
Narwhalyeti.GoalsApideleteGoalDELETE /goals/{goal_gid}Delete a goal
Narwhalyeti.GoalsApigetGoalGET /goals/{goal_gid}Get a goal
Narwhalyeti.GoalsApigetGoalsGET /goalsGet goals
Narwhalyeti.GoalsApigetParentGoalsForGoalGET /goals/{goal_gid}/parentGoalsGet parent goals from a goal
Narwhalyeti.GoalsApiremoveFollowersPOST /goals/{goal_gid}/removeFollowersRemove a collaborator from a goal
Narwhalyeti.GoalsApiupdateGoalPUT /goals/{goal_gid}Update a goal
Narwhalyeti.GoalsApiupdateGoalMetricPOST /goals/{goal_gid}/setMetricCurrentValueUpdate a goal metric
Narwhalyeti.JobsApigetJobGET /jobs/{job_gid}Get a job by id
Narwhalyeti.MembershipsApicreateMembershipPOST /membershipsCreate a membership
Narwhalyeti.MembershipsApideleteMembershipDELETE /memberships/{membership_gid}Delete a membership
Narwhalyeti.MembershipsApigetMembershipsGET /membershipsGet multiple memberships
Narwhalyeti.MembershipsApiupdateMembershipPUT /memberships/{membership_gid}Update a membership
Narwhalyeti.OrganizationExportsApicreateOrganizationExportPOST /organization_exportsCreate an organization export request
Narwhalyeti.OrganizationExportsApigetOrganizationExportGET /organization_exports/{organization_export_gid}Get details on an org export request
Narwhalyeti.PortfolioMembershipsApigetPortfolioMembershipGET /portfolio_memberships/{portfolio_membership_gid}Get a portfolio membership
Narwhalyeti.PortfolioMembershipsApigetPortfolioMembershipsGET /portfolio_membershipsGet multiple portfolio memberships
Narwhalyeti.PortfolioMembershipsApigetPortfolioMembershipsForPortfolioGET /portfolios/{portfolio_gid}/portfolio_membershipsGet memberships from a portfolio
Narwhalyeti.PortfoliosApiaddCustomFieldSettingForPortfolioPOST /portfolios/{portfolio_gid}/addCustomFieldSettingAdd a custom field to a portfolio
Narwhalyeti.PortfoliosApiaddItemForPortfolioPOST /portfolios/{portfolio_gid}/addItemAdd a portfolio item
Narwhalyeti.PortfoliosApiaddMembersForPortfolioPOST /portfolios/{portfolio_gid}/addMembersAdd users to a portfolio
Narwhalyeti.PortfoliosApicreatePortfolioPOST /portfoliosCreate a portfolio
Narwhalyeti.PortfoliosApideletePortfolioDELETE /portfolios/{portfolio_gid}Delete a portfolio
Narwhalyeti.PortfoliosApigetItemsForPortfolioGET /portfolios/{portfolio_gid}/itemsGet portfolio items
Narwhalyeti.PortfoliosApigetPortfolioGET /portfolios/{portfolio_gid}Get a portfolio
Narwhalyeti.PortfoliosApigetPortfoliosGET /portfoliosGet multiple portfolios
Narwhalyeti.PortfoliosApiremoveCustomFieldSettingForPortfolioPOST /portfolios/{portfolio_gid}/removeCustomFieldSettingRemove a custom field from a portfolio
Narwhalyeti.PortfoliosApiremoveItemForPortfolioPOST /portfolios/{portfolio_gid}/removeItemRemove a portfolio item
Narwhalyeti.PortfoliosApiremoveMembersForPortfolioPOST /portfolios/{portfolio_gid}/removeMembersRemove users from a portfolio
Narwhalyeti.PortfoliosApiupdatePortfolioPUT /portfolios/{portfolio_gid}Update a portfolio
Narwhalyeti.ProjectBriefsApicreateProjectBriefPOST /projects/{project_gid}/project_briefsCreate a project brief
Narwhalyeti.ProjectBriefsApideleteProjectBriefDELETE /project_briefs/{project_brief_gid}Delete a project brief
Narwhalyeti.ProjectBriefsApigetProjectBriefGET /project_briefs/{project_brief_gid}Get a project brief
Narwhalyeti.ProjectBriefsApiupdateProjectBriefPUT /project_briefs/{project_brief_gid}Update a project brief
Narwhalyeti.ProjectMembershipsApigetProjectMembershipGET /project_memberships/{project_membership_gid}Get a project membership
Narwhalyeti.ProjectMembershipsApigetProjectMembershipsForProjectGET /projects/{project_gid}/project_membershipsGet memberships from a project
Narwhalyeti.ProjectStatusesApicreateProjectStatusForProjectPOST /projects/{project_gid}/project_statusesCreate a project status
Narwhalyeti.ProjectStatusesApideleteProjectStatusDELETE /project_statuses/{project_status_gid}Delete a project status
Narwhalyeti.ProjectStatusesApigetProjectStatusGET /project_statuses/{project_status_gid}Get a project status
Narwhalyeti.ProjectStatusesApigetProjectStatusesForProjectGET /projects/{project_gid}/project_statusesGet statuses from a project
Narwhalyeti.ProjectTemplatesApideleteProjectTemplateDELETE /project_templates/{project_template_gid}Delete a project template
Narwhalyeti.ProjectTemplatesApigetProjectTemplateGET /project_templates/{project_template_gid}Get a project template
Narwhalyeti.ProjectTemplatesApigetProjectTemplatesGET /project_templatesGet multiple project templates
Narwhalyeti.ProjectTemplatesApigetProjectTemplatesForTeamGET /teams/{team_gid}/project_templatesGet a team's project templates
Narwhalyeti.ProjectTemplatesApiinstantiateProjectPOST /project_templates/{project_template_gid}/instantiateProjectInstantiate a project from a project template
Narwhalyeti.ProjectsApiaddCustomFieldSettingForProjectPOST /projects/{project_gid}/addCustomFieldSettingAdd a custom field to a project
Narwhalyeti.ProjectsApiaddFollowersForProjectPOST /projects/{project_gid}/addFollowersAdd followers to a project
Narwhalyeti.ProjectsApiaddMembersForProjectPOST /projects/{project_gid}/addMembersAdd users to a project
Narwhalyeti.ProjectsApicreateProjectPOST /projectsCreate a project
Narwhalyeti.ProjectsApicreateProjectForTeamPOST /teams/{team_gid}/projectsCreate a project in a team
Narwhalyeti.ProjectsApicreateProjectForWorkspacePOST /workspaces/{workspace_gid}/projectsCreate a project in a workspace
Narwhalyeti.ProjectsApideleteProjectDELETE /projects/{project_gid}Delete a project
Narwhalyeti.ProjectsApiduplicateProjectPOST /projects/{project_gid}/duplicateDuplicate a project
Narwhalyeti.ProjectsApigetProjectGET /projects/{project_gid}Get a project
Narwhalyeti.ProjectsApigetProjectsGET /projectsGet multiple projects
Narwhalyeti.ProjectsApigetProjectsForTaskGET /tasks/{task_gid}/projectsGet projects a task is in
Narwhalyeti.ProjectsApigetProjectsForTeamGET /teams/{team_gid}/projectsGet a team's projects
Narwhalyeti.ProjectsApigetProjectsForWorkspaceGET /workspaces/{workspace_gid}/projectsGet all projects in a workspace
Narwhalyeti.ProjectsApigetTaskCountsForProjectGET /projects/{project_gid}/task_countsGet task count of a project
Narwhalyeti.ProjectsApiprojectSaveAsTemplatePOST /projects/{project_gid}/saveAsTemplateCreate a project template from a project
Narwhalyeti.ProjectsApiremoveCustomFieldSettingForProjectPOST /projects/{project_gid}/removeCustomFieldSettingRemove a custom field from a project
Narwhalyeti.ProjectsApiremoveFollowersForProjectPOST /projects/{project_gid}/removeFollowersRemove followers from a project
Narwhalyeti.ProjectsApiremoveMembersForProjectPOST /projects/{project_gid}/removeMembersRemove users from a project
Narwhalyeti.ProjectsApiupdateProjectPUT /projects/{project_gid}Update a project
Narwhalyeti.RulesApitriggerRulePOST /rule_triggers/{rule_trigger_gid}/runTrigger a rule
Narwhalyeti.SectionsApiaddTaskForSectionPOST /sections/{section_gid}/addTaskAdd task to section
Narwhalyeti.SectionsApicreateSectionForProjectPOST /projects/{project_gid}/sectionsCreate a section in a project
Narwhalyeti.SectionsApideleteSectionDELETE /sections/{section_gid}Delete a section
Narwhalyeti.SectionsApigetSectionGET /sections/{section_gid}Get a section
Narwhalyeti.SectionsApigetSectionsForProjectGET /projects/{project_gid}/sectionsGet sections in a project
Narwhalyeti.SectionsApiinsertSectionForProjectPOST /projects/{project_gid}/sections/insertMove or Insert sections
Narwhalyeti.SectionsApiupdateSectionPUT /sections/{section_gid}Update a section
Narwhalyeti.StatusUpdatesApicreateStatusForObjectPOST /status_updatesCreate a status update
Narwhalyeti.StatusUpdatesApideleteStatusDELETE /status_updates/{status_update_gid}Delete a status update
Narwhalyeti.StatusUpdatesApigetStatusGET /status_updates/{status_update_gid}Get a status update
Narwhalyeti.StatusUpdatesApigetStatusesForObjectGET /status_updatesGet status updates from an object
Narwhalyeti.StoriesApicreateStoryForTaskPOST /tasks/{task_gid}/storiesCreate a story on a task
Narwhalyeti.StoriesApideleteStoryDELETE /stories/{story_gid}Delete a story
Narwhalyeti.StoriesApigetStoriesForTaskGET /tasks/{task_gid}/storiesGet stories from a task
Narwhalyeti.StoriesApigetStoryGET /stories/{story_gid}Get a story
Narwhalyeti.StoriesApiupdateStoryPUT /stories/{story_gid}Update a story
Narwhalyeti.TagsApicreateTagPOST /tagsCreate a tag
Narwhalyeti.TagsApicreateTagForWorkspacePOST /workspaces/{workspace_gid}/tagsCreate a tag in a workspace
Narwhalyeti.TagsApideleteTagDELETE /tags/{tag_gid}Delete a tag
Narwhalyeti.TagsApigetTagGET /tags/{tag_gid}Get a tag
Narwhalyeti.TagsApigetTagsGET /tagsGet multiple tags
Narwhalyeti.TagsApigetTagsForTaskGET /tasks/{task_gid}/tagsGet a task's tags
Narwhalyeti.TagsApigetTagsForWorkspaceGET /workspaces/{workspace_gid}/tagsGet tags in a workspace
Narwhalyeti.TagsApiupdateTagPUT /tags/{tag_gid}Update a tag
Narwhalyeti.TasksApiaddDependenciesForTaskPOST /tasks/{task_gid}/addDependenciesSet dependencies for a task
Narwhalyeti.TasksApiaddDependentsForTaskPOST /tasks/{task_gid}/addDependentsSet dependents for a task
Narwhalyeti.TasksApiaddFollowersForTaskPOST /tasks/{task_gid}/addFollowersAdd followers to a task
Narwhalyeti.TasksApiaddProjectForTaskPOST /tasks/{task_gid}/addProjectAdd a project to a task
Narwhalyeti.TasksApiaddTagForTaskPOST /tasks/{task_gid}/addTagAdd a tag to a task
Narwhalyeti.TasksApicreateSubtaskForTaskPOST /tasks/{task_gid}/subtasksCreate a subtask
Narwhalyeti.TasksApicreateTaskPOST /tasksCreate a task
Narwhalyeti.TasksApideleteTaskDELETE /tasks/{task_gid}Delete a task
Narwhalyeti.TasksApiduplicateTaskPOST /tasks/{task_gid}/duplicateDuplicate a task
Narwhalyeti.TasksApigetDependenciesForTaskGET /tasks/{task_gid}/dependenciesGet dependencies from a task
Narwhalyeti.TasksApigetDependentsForTaskGET /tasks/{task_gid}/dependentsGet dependents from a task
Narwhalyeti.TasksApigetSubtasksForTaskGET /tasks/{task_gid}/subtasksGet subtasks from a task
Narwhalyeti.TasksApigetTaskGET /tasks/{task_gid}Get a task
Narwhalyeti.TasksApigetTasksGET /tasksGet multiple tasks
Narwhalyeti.TasksApigetTasksForProjectGET /projects/{project_gid}/tasksGet tasks from a project
Narwhalyeti.TasksApigetTasksForSectionGET /sections/{section_gid}/tasksGet tasks from a section
Narwhalyeti.TasksApigetTasksForTagGET /tags/{tag_gid}/tasksGet tasks from a tag
Narwhalyeti.TasksApigetTasksForUserTaskListGET /user_task_lists/{user_task_list_gid}/tasksGet tasks from a user task list
Narwhalyeti.TasksApiremoveDependenciesForTaskPOST /tasks/{task_gid}/removeDependenciesUnlink dependencies from a task
Narwhalyeti.TasksApiremoveDependentsForTaskPOST /tasks/{task_gid}/removeDependentsUnlink dependents from a task
Narwhalyeti.TasksApiremoveFollowerForTaskPOST /tasks/{task_gid}/removeFollowersRemove followers from a task
Narwhalyeti.TasksApiremoveProjectForTaskPOST /tasks/{task_gid}/removeProjectRemove a project from a task
Narwhalyeti.TasksApiremoveTagForTaskPOST /tasks/{task_gid}/removeTagRemove a tag from a task
Narwhalyeti.TasksApisearchTasksForWorkspaceGET /workspaces/{workspace_gid}/tasks/searchSearch tasks in a workspace
Narwhalyeti.TasksApisetParentForTaskPOST /tasks/{task_gid}/setParentSet the parent of a task
Narwhalyeti.TasksApiupdateTaskPUT /tasks/{task_gid}Update a task
Narwhalyeti.TeamMembershipsApigetTeamMembershipGET /team_memberships/{team_membership_gid}Get a team membership
Narwhalyeti.TeamMembershipsApigetTeamMembershipsGET /team_membershipsGet team memberships
Narwhalyeti.TeamMembershipsApigetTeamMembershipsForTeamGET /teams/{team_gid}/team_membershipsGet memberships from a team
Narwhalyeti.TeamMembershipsApigetTeamMembershipsForUserGET /users/{user_gid}/team_membershipsGet memberships from a user
Narwhalyeti.TeamsApiaddUserForTeamPOST /teams/{team_gid}/addUserAdd a user to a team
Narwhalyeti.TeamsApicreateTeamPOST /teamsCreate a team
Narwhalyeti.TeamsApigetTeamGET /teams/{team_gid}Get a team
Narwhalyeti.TeamsApigetTeamsForUserGET /users/{user_gid}/teamsGet teams for a user
Narwhalyeti.TeamsApigetTeamsForWorkspaceGET /workspaces/{workspace_gid}/teamsGet teams in a workspace
Narwhalyeti.TeamsApiremoveUserForTeamPOST /teams/{team_gid}/removeUserRemove a user from a team
Narwhalyeti.TeamsApiupdateTeamPUT /teamsUpdate a team
Narwhalyeti.TimePeriodsApigetTimePeriodGET /time_periods/{time_period_gid}Get a time period
Narwhalyeti.TimePeriodsApigetTimePeriodsGET /time_periodsGet time periods
Narwhalyeti.TimeTrackingEntriesApicreateTimeTrackingEntryPOST /tasks/{task_gid}/time_tracking_entriesCreate a time tracking entry
Narwhalyeti.TimeTrackingEntriesApideleteTimeTrackingEntryDELETE /time_tracking_entries/{time_tracking_entry_gid}Delete a time tracking entry
Narwhalyeti.TimeTrackingEntriesApigetTimeTrackingEntriesForTaskGET /tasks/{task_gid}/time_tracking_entriesGet time tracking entries for a task
Narwhalyeti.TimeTrackingEntriesApigetTimeTrackingEntryGET /time_tracking_entries/{time_tracking_entry_gid}Get a time tracking entry
Narwhalyeti.TimeTrackingEntriesApiupdateTimeTrackingEntryPUT /time_tracking_entries/{time_tracking_entry_gid}Update a time tracking entry
Narwhalyeti.TypeaheadApitypeaheadForWorkspaceGET /workspaces/{workspace_gid}/typeaheadGet objects via typeahead
Narwhalyeti.UserTaskListsApigetUserTaskListGET /user_task_lists/{user_task_list_gid}Get a user task list
Narwhalyeti.UserTaskListsApigetUserTaskListForUserGET /users/{user_gid}/user_task_listGet a user's task list
Narwhalyeti.UsersApigetFavoritesForUserGET /users/{user_gid}/favoritesGet a user's favorites
Narwhalyeti.UsersApigetUserGET /users/{user_gid}Get a user
Narwhalyeti.UsersApigetUsersGET /usersGet multiple users
Narwhalyeti.UsersApigetUsersForTeamGET /teams/{team_gid}/usersGet users in a team
Narwhalyeti.UsersApigetUsersForWorkspaceGET /workspaces/{workspace_gid}/usersGet users in a workspace or organization
Narwhalyeti.WebhooksApicreateWebhookPOST /webhooksEstablish a webhook
Narwhalyeti.WebhooksApideleteWebhookDELETE /webhooks/{webhook_gid}Delete a webhook
Narwhalyeti.WebhooksApigetWebhookGET /webhooks/{webhook_gid}Get a webhook
Narwhalyeti.WebhooksApigetWebhooksGET /webhooksGet multiple webhooks
Narwhalyeti.WebhooksApiupdateWebhookPUT /webhooks/{webhook_gid}Update a webhook
Narwhalyeti.WorkspaceMembershipsApigetWorkspaceMembershipGET /workspace_memberships/{workspace_membership_gid}Get a workspace membership
Narwhalyeti.WorkspaceMembershipsApigetWorkspaceMembershipsForUserGET /users/{user_gid}/workspace_membershipsGet workspace memberships for a user
Narwhalyeti.WorkspaceMembershipsApigetWorkspaceMembershipsForWorkspaceGET /workspaces/{workspace_gid}/workspace_membershipsGet the workspace memberships for a workspace
Narwhalyeti.WorkspacesApiaddUserForWorkspacePOST /workspaces/{workspace_gid}/addUserAdd a user to a workspace or organization
Narwhalyeti.WorkspacesApigetWorkspaceGET /workspaces/{workspace_gid}Get a workspace
Narwhalyeti.WorkspacesApigetWorkspacesGET /workspacesGet multiple workspaces
Narwhalyeti.WorkspacesApiremoveUserForWorkspacePOST /workspaces/{workspace_gid}/removeUserRemove a user from a workspace or organization
Narwhalyeti.WorkspacesApiupdateWorkspacePUT /workspaces/{workspace_gid}Update a workspace

Documentation for Models

Documentation for Authorization

oauth2

0.0.2

10 months ago

0.0.1

1 year ago