gcentral / Website

The GCentral repository for GCentral.org
MIT License
10 stars 13 forks source link

GCentral to provide a LabVIEW library that encapsulates the GCentral package API #48

Open negentropicdev opened 4 years ago

negentropicdev commented 4 years ago

Parts of the web application will be implemented via RESTful APIs that enable updating package searches, downloading packages, etc. without requiring full page updates for users of the website. To facilitate creation of LabVIEW based tools a wrapper library can be created that provides easy to use interfaces for the requests made against the package repository. This would include data types defined for ways packages can be searched (keywords, tags, developer group, etc.) to handle the data conversions to the formats expected by the website.