user-profile-img

Xoio

@xoiop• Jan 4, 2023open-state

Managing Diagrams - StarUML documentation

-

Managing Diagrams - StarUML documentationdocs.staruml.io

user-profile-img

Xoio

@xoiop• Jan 4, 2023open-state

Class Diagram - StarUML documentation

To show an Interface as Lollipop notation, Interface should be realized (See Interface Realization) and then change Stereotype Display to Icon or Icon with Label (See Stereotype Display).

To show an Interface as Socket notation, Interface should have dependants (See Dependency) and then change Stereotype Display to Icon or Icon with Label (See Stereotype Display).

Composition is an association whose aggregation property is composite.

-

Class Diagram - StarUML documentationdocs.staruml.io

user-profile-img

Xoio

@xoiop• Jul 17, 2022open-state

CLI (Command Line Interface) - StarUML documentation

Set-Alias -Name staruml -Value 'C:\Program Files\StarUML\StarUML.exe'

staruml --help

staruml ejs --help

-

CLI (Command Line Interface) - StarUML documentationdocs.staruml.io

user-profile-img

Xoio

@xoiop• Jul 13, 2022open-state

Highlights - API Documentation

Single highlight object:FieldTypeDescription_idStringUnique id of highlighttextStringText of highlight (required)colorStringColor of highlight. Default yellow Can be blue, brown, cyan, gray, green, indigo, orange, pink, purple, red, teal, yellownoteStringOptional note for highlightcreatedStringCreation date of highlighttagsArrayTags listlinkString

-

Highlights - API Documentationdeveloper.raindrop.io

user-profile-img

Xoio

@xoiop• Jul 13, 2022open-state

Single raindrop - API Documentation

https://api.raindrop.io/rest/v1/raindrop/{id}

Get raindrop

https://api.raindrop.io/rest/v1/raindrop

-

Single raindrop - API Documentationdeveloper.raindrop.io

user-profile-img

Xoio

@xoiop• Jul 13, 2022open-state

Raindrops - API Documentation

We call bookmarks (or items) as "raindrops"

Main fieldsFieldTypeDescription_idIntegerUnique identifiercollectionObject​collection.$idIntegerCollection that the raindrop resides incoverStringRaindrop cover URLcreatedStringCreation datedomainStringHostname of a link. Files always have raindrop.io hostnameexcerptStringDescription; max length: 10000lastUpdateStringUpdate datelinkStringURLmediaArray<Object>​Covers list in format: [ {"link":"url"} ]tagsArray<String>Tags listtitleStringTitle; max length: 1000typeStringlink article image video document or audiouserObject​user.$idInteger

Other fieldsFieldTypeDescriptionbrokenBooleanMarked as broken (original link is not reachable anymore)cacheObjectPermanent copy (cached version) detailscache.statusStringready retry failed invalid-origin invalid-timeout or invalid-sizecache.sizeIntegerFull size in bytescache.createdStringDate when copy is successfully madecreatorRefObjectSometime raindrop may belong to other user, not to the one who created it. For example when this raindrop is created in shared collection by other user. This object contains info about original author.creatorRef._idIntegerOriginal author (user ID) of a raindropcreatorRef.fullNameStringOriginal author name of a raindropfileObjectThis raindrop uploaded from desktop​Supported file formats​file.nameStringFile namefile.sizeIntegerFile size in bytesfile.typeStringMime typeimportantBooleanMarked as "favorite"highlightsArray​highlights[]._idStringUnique id of highlighthighlights[].textStringText of highlight (required)highlights[].colorStringColor of highlight. Default yellow Can be blue, brown, cyan, gray, green, indigo, orange, pink, purple, red, teal, yellowhighlights[].noteStringOptional note for highlighthighlights[].createdString

-

Raindrops - API Documentationdeveloper.raindrop.io

user-profile-img

Xoio

@xoiop• Jul 13, 2022open-state

Sharing - API Documentation

rest/v1/collection/{id}/sharing

-

Sharing - API Documentationdeveloper.raindrop.io

user-profile-img

Xoio

@xoiop• Jul 13, 2022open-state

Nested structure - API Documentation

Get user object​It contains groups array with exact collection ID's. Typically this array looks like this:

Get root collections​Sort order of root collections persisted in groups[].collections array

-

Nested structure - API Documentationdeveloper.raindrop.io

user-profile-img

Xoio

@xoiop• Jul 13, 2022open-state

Collection methods - API Documentation

https://api.raindrop.io/rest/v1/collections

https://api.raindrop.io/rest/v1/collection/{id}

-

Collection methods - API Documentationdeveloper.raindrop.io

user-profile-img

Xoio

@xoiop• Jul 13, 2022open-state

Collections - API Documentation

FieldTypeDescription_idIntegerThe id of the collection.accessObject​access.levelInteger​1.read only access (equal to public=true)2.collaborator with read only access3.collaborator with write only access4.owneraccess.draggable BooleanDoes it possible to change parent of this collection?collaboratorsObjectWhen this object is present, means that collections is shared. Content of this object is private and not very useful. All sharing API methods described here​colorStringPrimary color of collection cover as HEXcountIntegerCount of raindrops in collectioncoverArray<String>Collection cover URL. This array always have one item due to legacy reasonscreatedStringWhen collection is createdexpandedBooleanWhether the collection’s sub-collections are expandedlastUpdateStringWhen collection is updatedparentObject​parent.$idIntegerThe id of the parent collection. Not specified for root collectionspublicBooleanCollection and raindrops that it contains will be accessible without authentication by public linksortIntegerThe order of collection (descending). Defines the position of the collection among all the collections with the same parent.$idtitleStringName of the collectionuserObject​user.$idIntegerOwner IDviewString

View style of collection, can be:

list (default)

-

Collections - API Documentationdeveloper.raindrop.io