0.0.142 • Published 5 years ago

kunta-api-client v0.0.142

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
5 years ago

kunta-api-client

KuntaApiClient - JavaScript client for kunta-api-client Solution to combine municipality services under single API. This SDK is automatically generated by the Swagger Codegen project:

  • API version: 0.1.0
  • Package version: 0.0.141
  • Build date: 2019-07-08T18:11:45.976+03:00
  • Build package: class io.swagger.codegen.languages.JavascriptClientCodegen

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 kunta-api-client --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.

Getting Started

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

var KuntaApiClient = require('kunta-api-client');

var defaultClient = KuntaApiClient.ApiClient.instance;

// Configure HTTP basic authorization: basicAuth
var basicAuth = defaultClient.authentications['basicAuth'];
basicAuth.username = 'YOUR USERNAME'
basicAuth.password = 'YOUR PASSWORD'

var api = new KuntaApiClient.AnnouncementsApi()

var organizationId = "organizationId_example"; // {String} Organization id

var announcementId = "announcementId_example"; // {String} Announcement id

api.findOrganizationAnnouncement(organizationId, announcementId).then(function(data) {
  console.log('API called successfully. Returned data: ' + data);
}, function(error) {
  console.error(error);
});

Documentation for API Endpoints

All URIs are relative to https://demo.kuntaapi.fi/v1

ClassMethodHTTP requestDescription
KuntaApiClient.AnnouncementsApifindOrganizationAnnouncementGET /organizations/{organizationId}/announcements/{announcementId}Finds an organizations announcement
KuntaApiClient.AnnouncementsApilistOrganizationAnnouncementsGET /organizations/{organizationId}/announcementsLists organizations announcements
KuntaApiClient.BannersApifindOrganizationBannerGET /organizations/{organizationId}/banners/{bannerId}Finds organizations banner
KuntaApiClient.BannersApifindOrganizationBannerImageGET /organizations/{organizationId}/banners/{bannerId}/images/{imageId}Returns a single organiztion banner image
KuntaApiClient.BannersApigetOrganizationBannerImageDataGET /organizations/{organizationId}/banners/{bannerId}/images/{imageId}/dataReturns an organization banner image data
KuntaApiClient.BannersApilistOrganizationBannerImagesGET /organizations/{organizationId}/banners/{bannerId}/imagesReturns a list of organization banner images
KuntaApiClient.BannersApilistOrganizationBannersGET /organizations/{organizationId}/bannersLists organizations banners
KuntaApiClient.CodesApifindCodeGET /codes/{codeId}Finds a code
KuntaApiClient.CodesApilistCodesGET /codesLists codes
KuntaApiClient.ContactsApifindOrganizationContactGET /organizations/{organizationId}/contacts/{contactId}Finds an organizations contact
KuntaApiClient.ContactsApilistOrganizationContactsGET /organizations/{organizationId}/contactsLists organizations contacts
KuntaApiClient.ElectronicChannelsApifindServiceElectronicChannelGET /services/{serviceId}/electronicChannels/{electronicChannelId}finds ElectronicChannel by electronicChannelId
KuntaApiClient.ElectronicChannelsApilistServiceElectronicChannelsGET /services/{serviceId}/electronicChannelsLists ElectronicChannels by serviceId
KuntaApiClient.ElectronicServiceChannelsApifindElectronicServiceChannelGET /electronicServiceChannels/{electronicServiceChannelId}Finds an electronic service channel by id
KuntaApiClient.ElectronicServiceChannelsApilistElectronicServiceChannelsGET /electronicServiceChannelsLists electronic service channels
KuntaApiClient.ElectronicServiceChannelsApiupdateElectronicServiceChannelPUT /electronicServiceChannels/{electronicServiceChannelId}Updates a channel
KuntaApiClient.EmergenciesApifindOrganizationEmergencyGET /organizations/{organizationId}/emergencies/{emergencyId}Returns organizations emergency by id
KuntaApiClient.EmergenciesApilistOrganizationEmergenciesGET /organizations/{organizationId}/emergenciesLists organizations emergencies
KuntaApiClient.EnvironmentalWarningsApifindOrganizationEnvironmentalWarningGET /organizations/{organizationId}/environmentalWarnings/{environmentalWarningId}Returns organizations environmental warning by id
KuntaApiClient.EnvironmentalWarningsApilistOrganizationEnvironmentalWarningsGET /organizations/{organizationId}/environmentalWarningsLists organizations environmentalWarnings
KuntaApiClient.EventsApifindOrganizationEventGET /organizations/{organizationId}/events/{eventId}Returns organizations event by id
KuntaApiClient.EventsApifindOrganizationEventImageGET /organizations/{organizationId}/events/{eventId}/images/{imageId}Returns an event image
KuntaApiClient.EventsApigetOrganizationEventImageDataGET /organizations/{organizationId}/events/{eventId}/images/{imageId}/dataReturns an event image data
KuntaApiClient.EventsApilistOrganizationEventImagesGET /organizations/{organizationId}/events/{eventId}/imagesReturns list of event images
KuntaApiClient.EventsApilistOrganizationEventsGET /organizations/{organizationId}/eventsLists organizations events
KuntaApiClient.FilesApideleteOrganizationFileDELETE /organizations/{organizationId}/files/{fileId}Deletes an organization file
KuntaApiClient.FilesApifindOrganizationFileGET /organizations/{organizationId}/files/{fileId}Finds organizations file
KuntaApiClient.FilesApigetOrganizationFileDataGET /organizations/{organizationId}/files/{fileId}/dataReturns an organization file data
KuntaApiClient.FilesApilistOrganizationFilesGET /organizations/{organizationId}/filesLists organizations files
KuntaApiClient.FragmentsApifindOrganizationFragmentGET /organizations/{organizationId}/fragments/{fragmentId}Finds organizations page fragment
KuntaApiClient.FragmentsApilistOrganizationFragmentsGET /organizations/{organizationId}/fragmentsLists organizations page fragments
KuntaApiClient.IncidentsApifindOrganizationIncidentGET /organizations/{organizationId}/incidents/{incidentId}Returns organizations incident by id
KuntaApiClient.IncidentsApilistOrganizationIncidentsGET /organizations/{organizationId}/incidentsLists organizations incidents
KuntaApiClient.JobsApifindOrganizationJobGET /organizations/{organizationId}/jobs/{jobId}Finds organizations job
KuntaApiClient.JobsApilistOrganizationJobsGET /organizations/{organizationId}/jobsLists organizations jobs
KuntaApiClient.MenusApifindOrganizationMenuGET /organizations/{organizationId}/menus/{menuId}Finds organizations menu
KuntaApiClient.MenusApifindOrganizationMenuItemGET /organizations/{organizationId}/menus/{menuId}/items/{menuItemId}Finds organization menu item
KuntaApiClient.MenusApilistOrganizationMenuItemsGET /organizations/{organizationId}/menus/{menuId}/itemsLists organizations menu items
KuntaApiClient.MenusApilistOrganizationMenusGET /organizations/{organizationId}/menusLists organizations menus
KuntaApiClient.NewsApifindOrganizationNewsArticleGET /organizations/{organizationId}/news/{newsArticleId}Finds organizations news article
KuntaApiClient.NewsApifindOrganizationNewsArticleImageGET /organizations/{organizationId}/news/{newsArticleId}/images/{imageId}Returns an news article image
KuntaApiClient.NewsApigetOrganizationNewsArticleImageDataGET /organizations/{organizationId}/news/{newsArticleId}/images/{imageId}/dataReturns a news article image data
KuntaApiClient.NewsApilistOrganizationNewsGET /organizations/{organizationId}/newsLists organizations news
KuntaApiClient.NewsApilistOrganizationNewsArticleImagesGET /organizations/{organizationId}/news/{newsArticleId}/imagesReturns list of news article images
KuntaApiClient.OrganizationsApifindOrganizationGET /organizations/{organizationId}Find organization
KuntaApiClient.OrganizationsApilistOrganizationsGET /organizationsList organizations
KuntaApiClient.PagesApideleteOrganizationPageDELETE /organizations/{organizationId}/pages/{pageId}Deletes an organizations page
KuntaApiClient.PagesApifindOrganizationPageGET /organizations/{organizationId}/pages/{pageId}Finds organizations page
KuntaApiClient.PagesApifindOrganizationPageContentGET /organizations/{organizationId}/pages/{pageId}/contentReturns organizations page content in all available languages
KuntaApiClient.PagesApifindOrganizationPageImageGET /organizations/{organizationId}/pages/{pageId}/images/{imageId}Returns a single organiztion page image
KuntaApiClient.PagesApigetOrganizationPageImageDataGET /organizations/{organizationId}/pages/{pageId}/images/{imageId}/dataReturns an organization page image data
KuntaApiClient.PagesApilistOrganizationPageImagesGET /organizations/{organizationId}/pages/{pageId}/imagesReturns a list of organization page images
KuntaApiClient.PagesApilistOrganizationPagesGET /organizations/{organizationId}/pagesLists organizations pages
KuntaApiClient.PhoneChannelsApifindServicePhoneChannelGET /services/{serviceId}/phoneChannels/{phoneChannelId}finds PhoneChannel by phoneChannelId
KuntaApiClient.PhoneChannelsApilistServicePhoneChannelsGET /services/{serviceId}/phoneChannelsLists PhoneChannels by serviceId
KuntaApiClient.PhoneServiceChannelsApifindPhoneServiceChannelGET /phoneServiceChannels/{phoneServiceChannelId}Finds a phone service channel by id
KuntaApiClient.PhoneServiceChannelsApilistPhoneServiceChannelsGET /phoneServiceChannelsLists phone service channels
KuntaApiClient.PhoneServiceChannelsApiupdatePhoneServiceChannelPUT /phoneServiceChannels/{phoneServiceChannelId}Updates a channel
KuntaApiClient.PrintableFormChannelsApifindServicePrintableFormChannelGET /services/{serviceId}/printableFormChannels/{printableFormChannelId}finds PrintableFormChannel by printableFormChannelId
KuntaApiClient.PrintableFormChannelsApilistServicePrintableFormChannelsGET /services/{serviceId}/printableFormChannelsLists PrintableFormChannels by serviceId
KuntaApiClient.PrintableFormServiceChannelsApifindPrintableFormServiceChannelGET /printableFormServiceChannels/{printableFormServiceChannelId}Finds a printable form service channel
KuntaApiClient.PrintableFormServiceChannelsApilistPrintableFormServiceChannelsGET /printableFormServiceChannelsLists printable form service channels
KuntaApiClient.PrintableFormServiceChannelsApiupdatePrintableFormServiceChannelPUT /printableFormServiceChannels/{printableFormServiceChannelId}Updates a channel
KuntaApiClient.PublicTransportApifindOrganizationPublicTransportAgencyGET /organizations/{organizationId}/transportAgencies/{agencyId}Finds an organizations public transport agency
KuntaApiClient.PublicTransportApifindOrganizationPublicTransportRouteGET /organizations/{organizationId}/transportRoutes/{routeId}Finds an organizations public transport route
KuntaApiClient.PublicTransportApifindOrganizationPublicTransportScheduleGET /organizations/{organizationId}/transportSchedules/{scheduleId}Finds organizations public transport schedule
KuntaApiClient.PublicTransportApifindOrganizationPublicTransportStopGET /organizations/{organizationId}/transportStops/{stopId}Finds a stop of organizations public transport route
KuntaApiClient.PublicTransportApifindOrganizationPublicTransportStopTimeGET /organizations/{organizationId}/transportStopTimes/{stopTimeId}Finds organizations public transport stopTime
KuntaApiClient.PublicTransportApifindOrganizationPublicTransportTripGET /organizations/{organizationId}/transportTrips/{tripId}Finds organizations public transport trip
KuntaApiClient.PublicTransportApilistOrganizationPublicTransportAgenciesGET /organizations/{organizationId}/transportAgenciesLists organizations public transport agencies
KuntaApiClient.PublicTransportApilistOrganizationPublicTransportRoutesGET /organizations/{organizationId}/transportRoutesLists organizations public transport routes
KuntaApiClient.PublicTransportApilistOrganizationPublicTransportSchedulesGET /organizations/{organizationId}/transportSchedulesLists schedules of organization's public transport schedules
KuntaApiClient.PublicTransportApilistOrganizationPublicTransportStopTimesGET /organizations/{organizationId}/transportStopTimesLists stopTimes of organization's public transport stopTimes
KuntaApiClient.PublicTransportApilistOrganizationPublicTransportStopsGET /organizations/{organizationId}/transportStopsLists organizations public transport stops
KuntaApiClient.PublicTransportApilistOrganizationPublicTransportTripsGET /organizations/{organizationId}/transportTripsLists trips of organization's public transport trips
KuntaApiClient.ServiceChannelsApifindElectronicServiceChannelGET /electronicServiceChannels/{electronicServiceChannelId}Finds an electronic service channel by id
KuntaApiClient.ServiceChannelsApifindPhoneServiceChannelGET /phoneServiceChannels/{phoneServiceChannelId}Finds a phone service channel by id
KuntaApiClient.ServiceChannelsApifindPrintableFormServiceChannelGET /printableFormServiceChannels/{printableFormServiceChannelId}Finds a printable form service channel
KuntaApiClient.ServiceChannelsApifindServiceLocationServiceChannelGET /serviceLocationServiceChannels/{serviceLocationServiceChannelId}Finds a service location service by id
KuntaApiClient.ServiceChannelsApifindWebPageServiceChannelGET /webPageServiceChannels/{webPageServiceChannelId}Finds a web page service channel by id
KuntaApiClient.ServiceChannelsApilistElectronicServiceChannelsGET /electronicServiceChannelsLists electronic service channels
KuntaApiClient.ServiceChannelsApilistPhoneServiceChannelsGET /phoneServiceChannelsLists phone service channels
KuntaApiClient.ServiceChannelsApilistPrintableFormServiceChannelsGET /printableFormServiceChannelsLists printable form service channels
KuntaApiClient.ServiceChannelsApilistServiceLocationServiceChannelsGET /serviceLocationServiceChannelsLists service location service channels
KuntaApiClient.ServiceChannelsApilistWebPageServiceChannelsGET /webPageServiceChannelsLists web page service channels
KuntaApiClient.ServiceChannelsApiupdateElectronicServiceChannelPUT /electronicServiceChannels/{electronicServiceChannelId}Updates a channel
KuntaApiClient.ServiceChannelsApiupdatePhoneServiceChannelPUT /phoneServiceChannels/{phoneServiceChannelId}Updates a channel
KuntaApiClient.ServiceChannelsApiupdatePrintableFormServiceChannelPUT /printableFormServiceChannels/{printableFormServiceChannelId}Updates a channel
KuntaApiClient.ServiceChannelsApiupdateServiceLocationServiceChannelPUT /serviceLocationServiceChannels/{serviceLocationServiceChannelId}Updates a service location channel
KuntaApiClient.ServiceChannelsApiupdateWebPageServiceChannelPUT /webPageServiceChannels/{webPageServiceChannelId}Updates a channel
KuntaApiClient.ServiceLocationChannelsApifindServiceServiceLocationChannelGET /services/{serviceId}/serviceLocationChannels/{serviceLocationChannelId}finds ServiceLocationChannel by serviceLocationChannelId
KuntaApiClient.ServiceLocationChannelsApilistServiceServiceLocationChannelsGET /services/{serviceId}/serviceLocationChannelsLists ServiceLocationChannels by serviceId
KuntaApiClient.ServiceLocationServiceChannelsApifindServiceLocationServiceChannelGET /serviceLocationServiceChannels/{serviceLocationServiceChannelId}Finds a service location service by id
KuntaApiClient.ServiceLocationServiceChannelsApilistServiceLocationServiceChannelsGET /serviceLocationServiceChannelsLists service location service channels
KuntaApiClient.ServiceLocationServiceChannelsApiupdateServiceLocationServiceChannelPUT /serviceLocationServiceChannels/{serviceLocationServiceChannelId}Updates a service location channel
KuntaApiClient.ServicesApicreateServicePOST /servicesCreate service
KuntaApiClient.ServicesApifindServiceGET /services/{serviceId}Finds a service by id
KuntaApiClient.ServicesApifindServiceElectronicChannelGET /services/{serviceId}/electronicChannels/{electronicChannelId}finds ElectronicChannel by electronicChannelId
KuntaApiClient.ServicesApifindServicePhoneChannelGET /services/{serviceId}/phoneChannels/{phoneChannelId}finds PhoneChannel by phoneChannelId
KuntaApiClient.ServicesApifindServicePrintableFormChannelGET /services/{serviceId}/printableFormChannels/{printableFormChannelId}finds PrintableFormChannel by printableFormChannelId
KuntaApiClient.ServicesApifindServiceServiceLocationChannelGET /services/{serviceId}/serviceLocationChannels/{serviceLocationChannelId}finds ServiceLocationChannel by serviceLocationChannelId
KuntaApiClient.ServicesApifindServiceWebPageChannelGET /services/{serviceId}/webPageChannels/{webPageChannelId}finds WebPageChannel by webPageChannelId
KuntaApiClient.ServicesApilistServiceElectronicChannelsGET /services/{serviceId}/electronicChannelsLists ElectronicChannels by serviceId
KuntaApiClient.ServicesApilistServicePhoneChannelsGET /services/{serviceId}/phoneChannelsLists PhoneChannels by serviceId
KuntaApiClient.ServicesApilistServicePrintableFormChannelsGET /services/{serviceId}/printableFormChannelsLists PrintableFormChannels by serviceId
KuntaApiClient.ServicesApilistServiceServiceLocationChannelsGET /services/{serviceId}/serviceLocationChannelsLists ServiceLocationChannels by serviceId
KuntaApiClient.ServicesApilistServiceWebPageChannelsGET /services/{serviceId}/webPageChannelsLists WebPageChannels by serviceId
KuntaApiClient.ServicesApilistServicesGET /servicesService list
KuntaApiClient.ServicesApiupdateServicePUT /services/{serviceId}Updates service
KuntaApiClient.SettingsApicreateOrganizationSettingPOST /organizations/{organizationId}/settings/Creates organization setting
KuntaApiClient.SettingsApideleteOrganizationSettingDELETE /organizations/{organizationId}/settings/{settingId}Deletes an organization setting
KuntaApiClient.SettingsApifindOrganizationSettingGET /organizations/{organizationId}/settings/{settingId}Finds organizations setting
KuntaApiClient.SettingsApilistOrganizationSettingsGET /organizations/{organizationId}/settings/Lists organizations settings
KuntaApiClient.SettingsApiupdateOrganizationSettingPUT /organizations/{organizationId}/settings/{settingId}Updates an organization setting
KuntaApiClient.ShortlinksApifindOrganizationShortlinkGET /organizations/{organizationId}/shortlinks/{shortlinkId}Finds organization shortlink
KuntaApiClient.ShortlinksApilistOrganizationShortlinksGET /organizations/{organizationId}/shortlinksLists organizations shortlinks
KuntaApiClient.TilesApifindOrganizationTileGET /organizations/{organizationId}/tiles/{tileId}Finds organizations tile
KuntaApiClient.TilesApifindOrganizationTileImageGET /organizations/{organizationId}/tiles/{tileId}/images/{imageId}Returns a single organiztion tile image
KuntaApiClient.TilesApigetOrganizationTileImageDataGET /organizations/{organizationId}/tiles/{tileId}/images/{imageId}/dataReturns an organization tile image data
KuntaApiClient.TilesApilistOrganizationTileImagesGET /organizations/{organizationId}/tiles/{tileId}/imagesReturns a list of organization tile images
KuntaApiClient.TilesApilistOrganizationTilesGET /organizations/{organizationId}/tilesLists organizations tiles
KuntaApiClient.WebPageChannelsApifindServiceWebPageChannelGET /services/{serviceId}/webPageChannels/{webPageChannelId}finds WebPageChannel by webPageChannelId
KuntaApiClient.WebPageChannelsApilistServiceWebPageChannelsGET /services/{serviceId}/webPageChannelsLists WebPageChannels by serviceId
KuntaApiClient.WebPageServiceChannelsApifindWebPageServiceChannelGET /webPageServiceChannels/{webPageServiceChannelId}Finds a web page service channel by id
KuntaApiClient.WebPageServiceChannelsApilistWebPageServiceChannelsGET /webPageServiceChannelsLists web page service channels
KuntaApiClient.WebPageServiceChannelsApiupdateWebPageServiceChannelPUT /webPageServiceChannels/{webPageServiceChannelId}Updates a channel

Documentation for Models

Documentation for Authorization

basicAuth

  • Type: HTTP basic authentication
0.0.142

5 years ago

0.0.141

5 years ago

0.0.140

5 years ago

0.0.139

5 years ago

0.0.138

5 years ago

0.0.137

6 years ago

0.0.136

6 years ago

0.0.135

6 years ago

0.0.134

6 years ago

0.0.133

6 years ago

0.0.132

6 years ago

0.0.131

6 years ago

0.0.130

6 years ago

0.0.129

6 years ago

0.0.128

6 years ago

0.0.127

6 years ago

0.0.126

6 years ago

0.0.125

6 years ago

0.0.124

7 years ago

0.0.123

7 years ago

0.0.122

7 years ago

0.0.121

7 years ago

0.0.120

7 years ago

0.0.119

7 years ago

0.0.118

7 years ago

0.0.117

7 years ago

0.0.116

7 years ago

0.0.115

7 years ago

0.0.114

7 years ago

0.0.113

7 years ago

0.0.112

7 years ago

0.0.111

7 years ago

0.0.110

7 years ago

0.0.109

7 years ago

0.0.108

7 years ago

0.0.107

7 years ago

0.0.106

7 years ago

0.0.105

7 years ago

0.0.104

7 years ago

0.0.103

7 years ago

0.0.102

7 years ago

0.0.101

7 years ago

0.0.100

7 years ago

0.0.99

7 years ago

0.0.98

7 years ago

0.0.97

7 years ago

0.0.96

7 years ago

0.0.95

7 years ago

0.0.94

7 years ago

0.0.93

7 years ago

0.0.92

7 years ago

0.0.91

7 years ago

0.0.90

7 years ago

0.0.89

7 years ago

0.0.88

7 years ago

0.0.87

7 years ago

0.0.86

7 years ago

0.0.85

7 years ago

0.0.84

7 years ago

0.0.83

7 years ago

0.0.82

7 years ago

0.0.81

7 years ago

0.0.80

7 years ago

0.0.79

7 years ago

0.0.78

7 years ago

0.0.77

7 years ago

0.0.76

7 years ago

0.0.75

7 years ago

0.0.74

7 years ago

0.0.73

7 years ago

0.0.72

7 years ago

0.0.71

7 years ago

0.0.70

7 years ago

0.0.69

7 years ago

0.0.68

7 years ago

0.0.67

7 years ago

0.0.66

7 years ago

0.0.65

7 years ago

0.0.64

7 years ago

0.0.63

7 years ago

0.0.62

7 years ago

0.0.61

7 years ago

0.0.60

7 years ago

0.0.59

7 years ago

0.0.58

7 years ago

0.0.57

7 years ago

0.0.56

7 years ago

0.0.55

7 years ago

0.0.54

7 years ago

0.0.53

7 years ago

0.0.52

7 years ago

0.0.51

7 years ago

0.0.50

7 years ago

0.0.49

7 years ago

0.0.48

7 years ago

0.0.47

7 years ago

0.0.46

7 years ago

0.0.45

7 years ago

0.0.44

7 years ago

0.0.43

7 years ago

0.0.42

7 years ago

0.0.41

7 years ago

0.0.40

7 years ago

0.0.39

7 years ago

0.0.38

7 years ago

0.0.37

7 years ago

0.0.36

7 years ago

0.0.35

7 years ago

0.0.34

7 years ago

0.0.33

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.30

7 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago