Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Feb 16, 2024
2 parents 5516164 + bb3182c commit 102dbf9
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 23 deletions.
82 changes: 81 additions & 1 deletion README.md
Expand Up @@ -58,11 +58,25 @@ console.log(await readme.string);
* [mapAttributesInverse](#mapattributesinverse)
* [Parameters](#parameters-4)
* [default\_attribute](#default_attribute)
* [default\_attribute](#default_attribute-1)
* [boolean\_attribute](#boolean_attribute)
* [boolean\_read\_only\_attribute](#boolean_read_only_attribute)
* [uuid\_attribute](#uuid_attribute)
* [empty\_attiribute](#empty_attiribute)
* [secret\_attribute](#secret_attribute)
* [count\_attribute](#count_attribute)
* [size\_attribute](#size_attribute)
* [name\_attribute](#name_attribute)
* [url\_attribute](#url_attribute)
* [description\_attribute](#description_attribute)
* [id\_attribute](#id_attribute)
* [state\_attribute](#state_attribute)
* [body\_attribute](#body_attribute)
* [title\_attribute](#title_attribute)
* [priority\_attribute](#priority_attribute)
* [active\_attribute](#active_attribute)
* [language\_attribute](#language_attribute)
* [type\_attribute](#type_attribute)
* [BaseObject](#baseobject)
* [Parameters](#parameters-5)
* [Properties](#properties)
Expand Down Expand Up @@ -549,28 +563,94 @@ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

## default\_attribute

## default\_attribute

common attributes

Type: AttributeDefinition

## boolean\_attribute

Type: AttributeDefinition

## boolean\_read\_only\_attribute

Type: AttributeDefinition

## uuid\_attribute

Type: AttributeDefinition

## empty\_attiribute

Type: AttributeDefinition

## secret\_attribute

Type: AttributeDefinition

## count\_attribute

Type: AttributeDefinition

## size\_attribute

Type: AttributeDefinition

## name\_attribute

Type: AttributeDefinition

## url\_attribute

Type: AttributeDefinition

## description\_attribute

The description of the object content.

Type: AttributeDefinition

## id\_attribute

Unique id within the provider.

Type: AttributeDefinition

## state\_attribute

Type: AttributeDefinition

## body\_attribute

The description of the pull request.

Type: AttributeDefinition

## title\_attribute

The one line description of the pull request.

Type: AttributeDefinition

## priority\_attribute

In case there are several providers able to support a given source which one sould be used ?
this defines the order
this defines the order.

Type: AttributeDefinition

## active\_attribute

Type: AttributeDefinition

## language\_attribute

Type: AttributeDefinition

## type\_attribute

Type: AttributeDefinition

## BaseObject

Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"browser-ava": "^2.2.0",
"c8": "^9.1.0",
"documentation": "^14.0.3",
"repository-provider-test-support": "^3.0.4",
"repository-provider-test-support": "^3.0.5",
"semantic-release": "^23.0.2",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 102dbf9

Please sign in to comment.