[[!meta title="Liška Petr"]] **Project name and homepage:** [Podio Java API](https://podio.com) The project is concerned in the Podio Java API. About Podio 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. Assignment ====== 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. [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-) Links documenting the results of my work ====== Here is a link to my pull request. There you can find a conversation as well as commits and related files changed. * [First pull request](https://github.com/podio/podio-java/pull/18) * [Second pull request](https://github.com/podio/podio-java/pull/21) * [Version control repository with the actual state of my work](https://github.com/podio/podio-java) * [Additional supporting material](https://developers.podio.com/doc/contacts) Presentation ======= * [[Presentation of the aim of my work in PDF|prezentace1.pdf]] * [[Presentation of the results of my work|prezentace2.pdf]]