1.1.34 • Published 6 years ago

service-application-v1 v1.1.34

Weekly downloads
3
License
Unlicense
Repository
-
Last release
6 years ago

service-application-v1@1.1.34

Building

To build an compile the typescript sources to javascript use:

npm install
npm run build

publishing

First build the package than run npm publish

consuming

navigate to the folder of your consuming project and run one of next commando's.

published:

npm install service-application-v1@1.1.34 --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save

In your Vuejs2 bootstrap:

import ligneV1 from 'service-ligne-V1'
...
Vue.use(ligneV1, 'http://127.0.0.1:8181');

In your components for API:

import ligneV1 from 'service-ligne-V1'
...
let details = lignev1.createLigneDetails()
details.label = 'test'
lignev1.createUsingPOST3(details).then(() => {
    lignev1.getAllUsingGET3().then(data => console.log(data))
})

In your compoennts for topic listener:

import lignev1 from 'service-ligne-v1'

export default {
  ...
  created: function () {
    this.$topics.subscribe(lignev1.registerTopicTerminee(event => {
      console.log(event)
    }))
  },
  methods: {
    uneMethode: function() {
      this.subscribeTopic(lignev1.registerTopicTermineeFor(23, event => {
        console.log(event);
      }
    },
    uneAutreMethode: function {
      this.unsubscribeTopic(lignev1.unregisterTopicTermineeFor(23));
    }
  }
1.1.34

6 years ago

1.1.33

6 years ago

1.1.32

6 years ago

1.1.31

6 years ago

1.1.30

6 years ago

1.1.29

6 years ago

1.1.28

6 years ago

1.1.27

6 years ago

1.1.26

6 years ago

1.1.25

6 years ago

1.1.24

6 years ago

1.1.23

6 years ago

1.1.22

6 years ago

1.1.21

6 years ago

1.1.20

6 years ago

1.1.19

6 years ago

1.1.18

6 years ago

1.1.17

6 years ago

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7-gps.1

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2-GPS.5

6 years ago

1.1.2

6 years ago

1.1.2-GPS.4

6 years ago

1.1.2-GPS.3

6 years ago

1.1.2-GPS.2

6 years ago

1.1.2-GPS.1

6 years ago

1.1.1

6 years ago

1.1.1-GPS.5

6 years ago

1.1.1-GPS.4

6 years ago

1.1.1-GPS.3

6 years ago

1.1.1-GPS.2

6 years ago

1.1.1-GPS.1

6 years ago

1.0.17-GPS.1

6 years ago

1.1.0

6 years ago

1.0.17

6 years ago

1.0.7

6 years ago

0.1.6

6 years ago

0.1.6-SNAPSHOT

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.43

6 years ago

0.0.42

6 years ago

0.0.35-gps.1

6 years ago

0.0.38

6 years ago

0.0.37

6 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.30

7 years ago

0.0.29

7 years ago