Liking cljdoc? Tell your friends :D

eve-api-client.api.calendar


get-characters-character-id-calendarclj

(get-characters-character-id-calendar character-id)
(get-characters-character-id-calendar character-id optional-params)

List calendar event summaries Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event


This route is cached for up to 5 seconds

List calendar event summaries
  Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event

---

This route is cached for up to 5 seconds
sourceraw docstring

get-characters-character-id-calendar-event-idclj

(get-characters-character-id-calendar-event-id character-id event-id)
(get-characters-character-id-calendar-event-id character-id
                                               event-id
                                               optional-params)

Get an event Get all the information for a specific event


This route is cached for up to 5 seconds

Get an event
  Get all the information for a specific event

---

This route is cached for up to 5 seconds
sourceraw docstring

get-characters-character-id-calendar-event-id-attendeesclj

(get-characters-character-id-calendar-event-id-attendees character-id event-id)
(get-characters-character-id-calendar-event-id-attendees character-id
                                                         event-id
                                                         optional-params)

Get attendees Get all invited attendees for a given event


This route is cached for up to 600 seconds

Get attendees
  Get all invited attendees for a given event

---

This route is cached for up to 600 seconds
sourceraw docstring

get-characters-character-id-calendar-event-id-attendees-with-http-infoclj

(get-characters-character-id-calendar-event-id-attendees-with-http-info
  character-id
  event-id)
(get-characters-character-id-calendar-event-id-attendees-with-http-info
  character-id
  event-id
  {:keys [datasource if-none-match token]})

Get attendees Get all invited attendees for a given event


This route is cached for up to 600 seconds

Get attendees
  Get all invited attendees for a given event

---

This route is cached for up to 600 seconds
sourceraw docstring

get-characters-character-id-calendar-event-id-with-http-infoclj

(get-characters-character-id-calendar-event-id-with-http-info character-id
                                                              event-id)
(get-characters-character-id-calendar-event-id-with-http-info
  character-id
  event-id
  {:keys [datasource if-none-match token]})

Get an event Get all the information for a specific event


This route is cached for up to 5 seconds

Get an event
  Get all the information for a specific event

---

This route is cached for up to 5 seconds
sourceraw docstring

get-characters-character-id-calendar-with-http-infoclj

(get-characters-character-id-calendar-with-http-info character-id)
(get-characters-character-id-calendar-with-http-info
  character-id
  {:keys [datasource from-event if-none-match token]})

List calendar event summaries Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event


This route is cached for up to 5 seconds

List calendar event summaries
  Get 50 event summaries from the calendar. If no from_event ID is given, the resource will return the next 50 chronological event summaries from now. If a from_event ID is specified, it will return the next 50 chronological event summaries from after that event

---

This route is cached for up to 5 seconds
sourceraw docstring

put-characters-character-id-calendar-event-idclj

(put-characters-character-id-calendar-event-id character-id event-id response)
(put-characters-character-id-calendar-event-id character-id
                                               event-id
                                               response
                                               optional-params)

Respond to an event Set your response status to an event


This route is cached for up to 5 seconds

Respond to an event
  Set your response status to an event

---

This route is cached for up to 5 seconds
sourceraw docstring

put-characters-character-id-calendar-event-id-with-http-infoclj

(put-characters-character-id-calendar-event-id-with-http-info character-id
                                                              event-id
                                                              response)
(put-characters-character-id-calendar-event-id-with-http-info character-id
                                                              event-id
                                                              response
                                                              {:keys [datasource
                                                                      token]})

Respond to an event Set your response status to an event


This route is cached for up to 5 seconds

Respond to an event
  Set your response status to an event

---

This route is cached for up to 5 seconds
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close