Xoio
@xoiop• Jan 4, 2023
Managing Diagrams - StarUML documentation
Managing Diagrams - StarUML documentationdocs.staruml.io
Xoio
@xoiop• Jan 4, 2023
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
Xoio
@xoiop• Jul 17, 2022
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
Xoio
@xoiop• Jul 13, 2022
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
Xoio
@xoiop• Jul 13, 2022
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
Xoio
@xoiop• Jul 13, 2022
Raindrops - API Documentation
We call bookmarks (or items) as "raindrops"
Main fieldsFieldTypeDescription_idIntegerUnique identifiercollectionObjectcollection.$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 audiouserObjectuser.$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 desktopSupported file formatsfile.nameStringFile namefile.sizeIntegerFile size in bytesfile.typeStringMime typeimportantBooleanMarked as "favorite"highlightsArrayhighlights[]._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
Xoio
@xoiop• Jul 13, 2022
Sharing - API Documentation
rest/v1/collection/{id}/sharing
Sharing - API Documentationdeveloper.raindrop.io
Xoio
@xoiop• Jul 13, 2022
Nested structure - API Documentation
Get user objectIt contains groups array with exact collection ID's. Typically this array looks like this:
Get root collectionsSort order of root collections persisted in groups[].collections array
Nested structure - API Documentationdeveloper.raindrop.io
Xoio
@xoiop• Jul 13, 2022
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
Xoio
@xoiop• Jul 13, 2022
Collections - API Documentation
FieldTypeDescription_idIntegerThe id of the collection.accessObjectaccess.levelInteger1.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 herecolorStringPrimary 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 updatedparentObjectparent.$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 collectionuserObjectuser.$idIntegerOwner IDviewString
View style of collection, can be:
list (default)
Collections - API Documentationdeveloper.raindrop.io