]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - student/liskape9/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / liskape9 / index.mdwn
1 [[!meta title="Liška Petr"]]
2
3 **Project name and homepage:** [Podio Java API](https://podio.com)
4
5 The project is concerned in the Podio Java API.
6
7 About Podio
8
9 Podio is a web application. It is a framework for creating information systems, it provides a user interface for interaction with the information system and it has a rich API with client libraries for Ruby, PHP, .NET, Objective-C, Android, python and Java.
10
11 Assignment
12 ======
13
14 The goal is to implement some methods in the Podio Java API. The currently needed methods are addSpaceContact, updateSpaceContact and deleteSpaceContact. All the methods will be used in a java-based webapp project I work on.
15
16 [Related feature request found in public questions](https://help.podio.com/hc/communities/public/questions/201287658-How-to-create-a-space-contact-from-java-api-)
17
18 Links documenting the results of my work
19 ======
20
21 Here is a link to my pull request. There you can find a conversation as well as commits and related files changed.
22
23 * [First pull request](https://github.com/podio/podio-java/pull/18)
24
25 * [Second pull request](https://github.com/podio/podio-java/pull/21)
26
27 * [Version control repository with the actual state of my work](https://github.com/podio/podio-java)
28
29 * [Additional supporting material](https://developers.podio.com/doc/contacts)
30
31 Presentation
32 =======
33
34 * [[Presentation of the aim of my work in PDF|prezentace1.pdf]]
35 * [[Presentation of the results of my work|prezentace2.pdf]]